Skip to content

Commit 5ba9a69

Browse files
authored
chore: Allow dependabot to upgrade other GHAs (#3513)
Co-authored-by: Jacob Fuss <[email protected]>
1 parent 6be2def commit 5ba9a69

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
commit-message:
9+
prefix: chore
10+
include: scope
11+
reviewers:
12+
- aws/sae-enterprise
13+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)