There was an error while loading. Please reload this page.
2 parents a29a04a + 82855a4 commit a1b9481Copy full SHA for a1b9481
1 file changed
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+# Keep the GitHub Actions used in .github/workflows/* up to date
2
+# Reference: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
3
+version: 2
4
+updates:
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/" # Root of the repository
7
+ schedule:
8
+ interval: "weekly"
9
+ open-pull-requests-limit: 5 # Prevent too many open PRs
10
+ labels:
11
+ - "dependencies"
12
+ - "github-actions"
13
+ # Group updates together (newer Dependabot feature)
14
+ groups:
15
+ actions:
16
+ dependency-type: "production"
0 commit comments