sass-site/.github/dependabot.yml

21 lines
682 B
YAML
Raw Normal View History

2023-06-19 23:55:26 +02:00
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
2023-06-20 00:12:39 +02:00
- package-ecosystem: 'npm'
2023-06-19 23:55:26 +02:00
directory: '/'
schedule:
interval: 'weekly'
2023-06-20 17:20:07 +02:00
ignore:
- dependency-name: '@types/node'
update-types: ['version-update:semver-major']
# Major version bumps for the following dependencies require pure ESM,
# which 11ty does not yet support.
# See: https://github.com/11ty/eleventy/issues/836
- dependency-name: '@sindresorhus/slugify'
update-types: ['version-update:semver-major']
- dependency-name: 'strip-indent'
update-types: ['version-update:semver-major']