mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-03-28 17:43:02 +01:00
19 lines
388 B
YAML
19 lines
388 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: '20:00'
|
|
open-pull-requests-limit: 10
|
|
ignore:
|
|
# Freeze hugo-extended due to theme issue.
|
|
- dependency-name: "hugo-extended"
|
|
versions: ["*"]
|
|
- package-ecosystem: bundler
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: '20:00'
|
|
open-pull-requests-limit: 10
|