make dependabot update github-actions

This commit is contained in:
Marcello 2023-10-18 12:13:15 +02:00
parent 1c04a89bbd
commit 93f4c85baa

View file

@ -1,8 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2 version: 2
updates: updates:
- package-ecosystem: "nuget" - package-ecosystem: "nuget"
@ -13,6 +8,15 @@ updates:
prefix: "NuGet" prefix: "NuGet"
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"]