Skip to content

Commit 0f29f46

Browse files
CI Enable Dependabot for GitHub Action updates
* Enable Dependabot for GitHub Action updates only and group updates together into a single PR. * Note that Dependabot is disabled on forks by default. - c.f. https://github.blog/changelog/2022-11-07-dependabot-pull-requests-off-by-default-for-forks/
1 parent 1c344f1 commit 0f29f46

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"
12+
labels:
13+
- "Build / CI"
14+
- "dependencies"
15+
reviewers:
16+
- "scikit-learn/core-devs"

0 commit comments

Comments
 (0)