Skip to content

Commit 6a70af6

Browse files
Enable dependabot updates (#7521)
1 parent 458d12a commit 6a70af6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)