Skip to content

Commit ff35471

Browse files
committed
mirror: Enable Dependabot updates for GitHub Actions
Let Dependabot create Pull Requests to enable the GitHub Actions in use in the repository, to avoid breakage such as the one recently experienced with the actions/upload-artifact Action for the release workflow. Signed-off-by: Quentin Monnet <qmo@kernel.org>
1 parent 7b78b1a commit ff35471

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
3+
version: 2
4+
5+
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
target-branch: "main"
11+
commit-message:
12+
prefix: "ci:"

0 commit comments

Comments
 (0)