Skip to content

Commit 86baa66

Browse files
committed
Add dependabot
1 parent 908597f commit 86baa66

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
# Check for updates to GitHub Actions every weekday
8+
interval: "daily"
9+
10+
# Maintain dependencies for Cargo
11+
- package-ecosystem: "cargo"
12+
directory: "/"
13+
schedule:
14+
interval: "daily"
15+
ignore:
16+
- dependency-name: "*"
17+
update-types: ["version-update:semver-patch"] # ignore patch updates

0 commit comments

Comments
 (0)