Skip to content

Commit ee2d4db

Browse files
szabgabkornelski
authored andcommitted
chore: Add dependabot configuration
It will make GitHub send PRs when the github actions or the Ruts crates have newer versions.
1 parent 69ea697 commit ee2d4db

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
groups:
8+
rust:
9+
patterns:
10+
- "*"
11+
- package-ecosystem: github-actions
12+
directory: "/"
13+
schedule:
14+
interval: weekly
15+
groups:
16+
github-actions:
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)