neon_arch commited on
Commit
b577f69
β€’
1 Parent(s): 055de8b

πŸ€– ci: enable auto-updates for docker, cargo and github actions

Browse files
Files changed (1) hide show
  1. .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: "" # See documentation for possible values
9
- directory: "/" # Location of package manifests
 
 
 
 
 
 
 
 
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"