sass-site/.github/dependabot.yml
2023-06-22 14:02:01 -04:00

19 lines
588 B
YAML

version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
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']