We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a5830 commit c251800Copy full SHA for c251800
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# dependabot
2
+# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+# ------------------------------------------------------------------------------
4
+version: 2
5
+updates:
6
+- package-ecosystem: github-actions
7
+ directory: /
8
+ schedule:
9
+ interval: monthly
10
+ groups:
11
+ # open a single pull-request for all GitHub actions updates
12
+ github-actions:
13
+ patterns:
14
+ - '*'
0 commit comments