We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d6538 commit 595cad2Copy full SHA for 595cad2
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: "cargo"
4
+ # Look for `Cargo.toml` and `Cargo.lock` in the root directory
5
+ directory: "/"
6
+ # Check for updates every Monday
7
+ schedule:
8
+ interval: "weekly"
9
+- package-ecosystem: "github-actions"
10
11
12
13
0 commit comments