Skip to content

Commit ac8cfb4

Browse files
committed
Add dependabot automation for GitHub Actions packages
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent 164a9a5 commit ac8cfb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
package-ecosystem: "github-actions"
3+
directory: "/"
4+
schedule:
5+
interval: "weekly"
6+
open-pull-requests-limit: 10
7+

0 commit comments

Comments
 (0)