Skip to content

Commit a02f5df

Browse files
committed
add dependabot (#25)
Co-authored-by: Luis Moreno <[email protected]>
1 parent 86c3faa commit a02f5df

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.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: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
8+
# Maintain dependencies for Cargo
9+
- package-ecosystem: "cargo"
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
ignore:
14+
- dependency-name: "*"
15+
update-types: [
16+
"version-update:semver-minor",
17+
"version-update:semver-patch",
18+
] # Only major version updates

0 commit comments

Comments
 (0)