Skip to content

Commit 9da3d4a

Browse files
authored
Merge pull request #30 from hnez/use-dependabot
dependabot: configure for github actions and cargo
2 parents 2abca7c + 0762450 commit 9da3d4a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
8+
- package-ecosystem: "cargo"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
12+
commit-message:
13+
prefix: "Cargo:"

0 commit comments

Comments
 (0)