Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
β’
b577f69
1
Parent(s):
055de8b
π€ ci: enable auto-updates for docker, cargo and github actions
Browse files- .github/dependabot.yml +10 -7
.github/dependabot.yml
CHANGED
@@ -1,11 +1,14 @@
|
|
1 |
-
# To get started with Dependabot version updates, you'll need to specify which
|
2 |
-
# package ecosystems to update and where the package manifests are located.
|
3 |
-
# Please see the documentation for all configuration options:
|
4 |
-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
5 |
-
|
6 |
version: 2
|
7 |
updates:
|
8 |
-
- package-ecosystem: ""
|
9 |
-
directory: "/"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
schedule:
|
11 |
interval: "monthly"
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
version: 2
|
2 |
updates:
|
3 |
+
- package-ecosystem: "cargo"
|
4 |
+
directory: "/"
|
5 |
+
schedule:
|
6 |
+
interval: "monthly"
|
7 |
+
- package-ecosystem: "github-actions"
|
8 |
+
directory: "/"
|
9 |
+
schedule:
|
10 |
+
interval: "monthly"
|
11 |
+
- package-ecosystem: "docker"
|
12 |
+
directory: "/"
|
13 |
schedule:
|
14 |
interval: "monthly"
|