55 lines
1.6 KiB
YAML
55 lines
1.6 KiB
YAML
version: 2
|
|
updates:
|
|
# shields.io dependencies
|
|
- package-ecosystem: npm
|
|
directory: '/'
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '12:00'
|
|
open-pull-requests-limit: 99
|
|
rebase-strategy: disabled
|
|
ignore:
|
|
# https://github.com/badges/shields/issues/7324
|
|
# https://github.com/badges/shields/issues/7447
|
|
# we're stuck with these versions until Safari is compatible with lookbehind regex syntax
|
|
# https://caniuse.com/js-regexp-lookbehind
|
|
- dependency-name: 'decamelize'
|
|
- dependency-name: 'humanize-string'
|
|
|
|
# badge-maker package dependencies
|
|
- package-ecosystem: npm
|
|
directory: '/badge-maker'
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '12:00'
|
|
open-pull-requests-limit: 99
|
|
rebase-strategy: disabled
|
|
|
|
# GH actions
|
|
- package-ecosystem: 'github-actions'
|
|
# all composite actions must be individually listed here
|
|
# https://github.com/dependabot/dependabot-core/issues/6704
|
|
directories:
|
|
- '/'
|
|
- '/.github/actions/core-tests'
|
|
- '/.github/actions/integration-tests'
|
|
- '/.github/actions/package-tests'
|
|
- '/.github/actions/service-tests'
|
|
- '/.github/actions/setup'
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 99
|
|
rebase-strategy: disabled
|
|
|
|
# docusaurus-swizzled-warning package dependencies
|
|
- package-ecosystem: npm
|
|
directory: '/.github/actions/docusaurus-swizzled-warning'
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '12:00'
|
|
open-pull-requests-limit: 99
|
|
rebase-strategy: disabled
|