Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f2f96 commit 8fe7fa2Copy full SHA for 8fe7fa2
1 file changed
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+# From:
2
+# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
3
+# Set update schedule for GitHub Actions
4
+
5
+version: 2
6
+updates:
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ # Check for updates to GitHub Actions once a week
11
+ interval: "weekly"
12
+ day: "sunday"
13
+ cooldown:
14
+ # https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
15
+ default-days: 7
16
+ groups:
17
+ action-dependencies:
18
+ patterns:
19
+ - "*"
20
+ commit-message:
21
+ prefix: "chore"
0 commit comments