We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc8713 commit 16fea20Copy full SHA for 16fea20
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# Keep GitHub Actions up to date with GitHub's Dependabot...
2
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
3
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
4
+
5
+version: 2
6
+updates:
7
+ - package-ecosystem: github-actions
8
+ directory: /
9
+ groups:
10
+ github-actions:
11
+ patterns:
12
+ - "*" # Group all Actions updates into a single larger pull request
13
+ schedule:
14
+ interval: weekly
0 commit comments