mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-05 10:26: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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "cargo" # See documentation for possible values
|
- package-ecosystem: "cargo"
|
||||||
directory: "/" # Location of package manifests
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
@ -8,6 +8,15 @@ updates:
|
||||||
prefix: "Cargo"
|
prefix: "Cargo"
|
||||||
include: "scope"
|
include: "scope"
|
||||||
ignore:
|
ignore:
|
||||||
# ignore patch updates
|
|
||||||
- dependency-name: "*"
|
- dependency-name: "*"
|
||||||
update-types: ["version-update:semver-patch"]
|
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