Skip to content

Commit d3aa07f

Browse files
authored
ci: set dependabot to monthly
Signed-off-by: Bradley Reynolds <bradley.reynolds@darbia.dev>
1 parent ea0c206 commit d3aa07f

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

.github/dependabot.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
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-
61
version: 2
7-
82
updates:
93
- package-ecosystem: "github-actions"
10-
# Workflow files stored in the
11-
# default location of `.github/workflows`
124
directory: "/"
135
schedule:
14-
interval: "weekly"
6+
interval: "monthly"
157

16-
- package-ecosystem: "cargo" # See documentation for possible values
17-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "cargo"
9+
directory: "/"
1810
schedule:
19-
interval: "weekly"
11+
interval: "monthly"

0 commit comments

Comments
 (0)