Skip to content

Commit 0502792

Browse files
MNT: Add Dependabot config for GitHub Actions updates
* Add Dependabot config for weekly updates to GitHub Actions for security best practices. - c.f. https://learn.scientific-python.org/development/guides/gha-basic/#updating
1 parent c1632f6 commit 0502792

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
labels:
9+
- "github-actions"
10+
- "dependencies"
11+
reviewers:
12+
- "asmeurer"

0 commit comments

Comments
 (0)