projects
/
buildbot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
CI: add dependabot scan
[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"