mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
dependabot for backend and docker (#401)
This commit is contained in:
parent
ba389e3527
commit
cf1ac58438
35
.github/dependabot.yml
vendored
35
.github/dependabot.yml
vendored
@ -11,6 +11,16 @@ updates:
|
|||||||
timezone: "Europe/Berlin"
|
timezone: "Europe/Berlin"
|
||||||
time: "03:00"
|
time: "03:00"
|
||||||
|
|
||||||
|
# frontend
|
||||||
|
- package-ecosystem: docker
|
||||||
|
open-pull-requests-limit: 99
|
||||||
|
directory: "/"
|
||||||
|
rebase-strategy: "disabled"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: "saturday"
|
||||||
|
timezone: "Europe/Berlin"
|
||||||
|
time: "03:00"
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
open-pull-requests-limit: 99
|
open-pull-requests-limit: 99
|
||||||
directory: "/"
|
directory: "/"
|
||||||
@ -29,3 +39,28 @@ updates:
|
|||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
patterns:
|
patterns:
|
||||||
- "*vuepress*"
|
- "*vuepress*"
|
||||||
|
|
||||||
|
# backend
|
||||||
|
- package-ecosystem: docker
|
||||||
|
open-pull-requests-limit: 99
|
||||||
|
directory: "/backend"
|
||||||
|
rebase-strategy: "disabled"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: "saturday"
|
||||||
|
timezone: "Europe/Berlin"
|
||||||
|
time: "03:00"
|
||||||
|
- package-ecosystem: npm
|
||||||
|
open-pull-requests-limit: 99
|
||||||
|
directory: "/backend/"
|
||||||
|
rebase-strategy: "disabled"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: "saturday"
|
||||||
|
timezone: "Europe/Berlin"
|
||||||
|
time: "03:00"
|
||||||
|
groups:
|
||||||
|
linting:
|
||||||
|
applies-to: version-updates
|
||||||
|
patterns:
|
||||||
|
- "*textlint*"
|
||||||
Loading…
x
Reference in New Issue
Block a user