Skip to content

Commit b5d066e

Browse files
authored
Merge pull request #296 from matplotlib/add-dependabot
Create dependabot.yml
2 parents bb42586 + 439dc67 commit b5d066e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"

0 commit comments

Comments
 (0)