phase1,phase2: s/master/main for phase{1,2}
[buildbot.git] / .github / dependabot.yml
1 # Set update schedule for GitHub Actions
2
3 version: 2
4 updates:
5
6 - package-ecosystem: "github-actions"
7 directory: "/"
8 schedule:
9 # Check for updates to GitHub Actions every week
10 interval: "weekly"
11 # Prefix all commit messages with "CI" plus its scope, that is, a
12 # list of updated dependencies
13 commit-message:
14 prefix: "CI"
15 include: "scope"