Skip to content

Commit 45d14bc

Browse files
author
Release Manager
committed
gh-34999: Enable dependabot for github action updates Enables automatic PRs from dependabot that update the versions of github actions that we use in our workflow. Thus, we no longer need to do this manually. More details: https://docs.github.com/en/code- security/dependabot/dependabot-version-updates/about-dependabot-version- updates URL: #34999 Reported by: Tobias Diez Reviewer(s): Matthias Köppe
2 parents 3380d29 + e213a4c commit 45d14bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
# Maintain dependencies for GitHub Actions
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

0 commit comments

Comments
 (0)