mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-05 02:16:40 +00:00
make dependabot update github-actions
This commit is contained in:
parent
2baeabd2c1
commit
dc8d2ba245
1 changed files with 11 additions and 2 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "cargo" # See documentation for possible values
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
@ -8,6 +8,15 @@ updates:
|
|||
prefix: "Cargo"
|
||||
include: "scope"
|
||||
ignore:
|
||||
# ignore patch updates
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-patch"]
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
commit-message:
|
||||
prefix: "Github Actions"
|
||||
include: "scope"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-minor"]
|
||||
|
|
Loading…
Add table
Reference in a new issue