We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d72e8 + d6c23cc commit fc1c03aCopy full SHA for fc1c03a
1 file changed
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+# dependabot
2
+# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+# ------------------------------------------------------------------------------
4
+
5
+version: 2
6
+updates:
7
+- package-ecosystem: github-actions
8
+ directory: /
9
+ schedule:
10
+ interval: quarterly
11
+ groups:
12
+ # create a single pull request containing all updates for GitHub Actions
13
+ github-actions:
14
+ patterns:
15
+ - '*'
16
+ cooldown:
17
+ default-days: 7
0 commit comments