We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e96cce0 + 3527f45 commit 83bd737Copy full SHA for 83bd737
1 file changed
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for GitHub Actions
4
+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
5
+ - package-ecosystem: github-actions
6
+ directory: /
7
+ schedule:
8
+ interval: monthly
9
+ open-pull-requests-limit: 5
10
+ groups:
11
+ # Group all GitHub Actions updates into a single PR
12
+ github-actions:
13
+ patterns:
14
+ - "*"
15
+ commit-message:
16
+ prefix: ci
17
+ include: scope
0 commit comments