mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-02-15 09:12:39 +00:00
197 lines
4.1 KiB
YAML
197 lines
4.1 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
open-pull-requests-limit: 99
|
|
directory: "/"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
- package-ecosystem: npm
|
|
open-pull-requests-limit: 99
|
|
directory: "/"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
groups:
|
|
babel:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "@babel*"
|
|
cypress:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*cypress*"
|
|
- "*cucumber*"
|
|
vuepress:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*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:
|
|
apollo-server:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*apollo-server*"
|
|
metascraper:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "metascraper*"
|
|
|
|
# webapp
|
|
- package-ecosystem: docker
|
|
open-pull-requests-limit: 99
|
|
directory: "/webapp"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
- package-ecosystem: npm
|
|
open-pull-requests-limit: 99
|
|
directory: "/webapp"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
groups:
|
|
apollo:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "apollo*"
|
|
babel:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "@babel*"
|
|
jest:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "jest*"
|
|
mapbox:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*mapbox*"
|
|
storybook:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*storybook*"
|
|
vue:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "@vue*"
|
|
|
|
- package-ecosystem: docker
|
|
open-pull-requests-limit: 99
|
|
directory: "/neo4j"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
|
|
- package-ecosystem: docker
|
|
open-pull-requests-limit: 99
|
|
directory: "/deployment/src/docker"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
|
|
# ui library
|
|
- package-ecosystem: npm
|
|
open-pull-requests-limit: 99
|
|
directory: "/packages/ui"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
groups:
|
|
vue:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "vue*"
|
|
- "@vue*"
|
|
vite:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "vite*"
|
|
- "@vitejs*"
|
|
vitest:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "vitest*"
|
|
- "@vitest*"
|
|
|
|
# ui examples
|
|
- package-ecosystem: npm
|
|
open-pull-requests-limit: 99
|
|
directory: "/packages/ui/examples/vue3-tailwind"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
|
|
- package-ecosystem: npm
|
|
open-pull-requests-limit: 99
|
|
directory: "/packages/ui/examples/vue3-css"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
|
|
- package-ecosystem: npm
|
|
open-pull-requests-limit: 99
|
|
directory: "/packages/ui/examples/vue2-tailwind"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|
|
|
|
- package-ecosystem: npm
|
|
open-pull-requests-limit: 99
|
|
directory: "/packages/ui/examples/vue2-css"
|
|
rebase-strategy: "disabled"
|
|
schedule:
|
|
interval: weekly
|
|
day: "saturday"
|
|
timezone: "Europe/Berlin"
|
|
time: "03:00"
|