make dependabot update github-actions

This commit is contained in:
Marcello 2023-10-18 12:09:34 +02:00
parent 2baeabd2c1
commit dc8d2ba245

View file

@ -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"]