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.
1 parent 458d12a commit 6a70af6Copy full SHA for 6a70af6
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+# This Dependabot configuration is designed to keep GitHub Actions dependencies up-to-date
2
+# by running weekly checks and creating pull requests to update them as needed.
3
+#
4
+# This ensures that the GitHub Actions workflows remain compatible with the latest versions
5
+# of their dependencies, potentially improving the stability and security of automation processes.
6
7
+# For more, see:
8
+# https://docs.github.com/en/code-security/dependabot/dependabot-alerts/about-dependabot-alerts
9
+version: 2
10
+
11
+updates:
12
+ - package-ecosystem: "github-actions"
13
+ directory: "/"
14
+ schedule:
15
+ interval: "weekly"
0 commit comments