make dependabot update github-actions

This commit is contained in:
Marcello 2023-10-18 12:10:59 +02:00 committed by GitHub
parent 890cccae02
commit c4959e4bf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,21 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Poetry"
include: "scope"
ignore:
# ignore patch updates
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: "github-actions"
directory: "/"
schedule: "weekly"
commit-message:
prefix: "Github Actions"
include: "scope"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor"]