Update ignore rules and frequency of dependabot updates
This commit is contained in:
parent
5ff5275b36
commit
0d92779971
44
.github/dependabot.yml
vendored
44
.github/dependabot.yml
vendored
@ -1,20 +1,28 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/backend"
|
directory: "/backend"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
- package-ecosystem: npm
|
ignore:
|
||||||
directory: "/frontend"
|
- update-types: ["version-update:semver-major"]
|
||||||
schedule:
|
- package-ecosystem: npm
|
||||||
interval: daily
|
directory: "/frontend"
|
||||||
open-pull-requests-limit: 10
|
schedule:
|
||||||
- package-ecosystem: docker
|
interval: daily
|
||||||
directory: "/docker/backend"
|
open-pull-requests-limit: 10
|
||||||
schedule:
|
ignore:
|
||||||
interval: weekly
|
- update-types: ["version-update:semver-major"]
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: docker
|
||||||
directory: "/"
|
directory: "/docker/backend"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: daily
|
||||||
|
ignore:
|
||||||
|
- update-types: ["version-update:semver-major"]
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
ignore:
|
||||||
|
- update-types: ["version-update:semver-major"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user