mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
make dependabot update github-actions
This commit is contained in:
parent
890cccae02
commit
1ccb16f652
1 changed files with 12 additions and 3 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
@ -1,13 +1,22 @@
|
|||
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:
|
||||
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