mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-06 10:56: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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "pip" # See documentation for possible values
|
- package-ecosystem: "pip"
|
||||||
directory: "/" # Location of package manifests
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "Poetry"
|
prefix: "Poetry"
|
||||||
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