Skip to content

Commit 2a92d13

Browse files
committed
Add dependabot.yml for tracking github action updates
Use the special branch "workflows" for this purpose. It contains only files related to GitHub workflows. Signed-off-by: Martin Wilck <mwilck@suse.com>
1 parent 0c76a54 commit 2a92d13

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
target-branch: "workflows"
9+
commit-message:
10+
prefix: "GitHub workflows [dependabot]: "

0 commit comments

Comments
 (0)