Files
typescript-action/.github/dependabot.yml
Kenichi Kamiya 8a939bdd42 Fix nodejs version with respecting the runs.using
Revert following commits

- 2e3c15b181ea8d65fc6ea9582b60f54981b569b9
- Part of 7c33447f79af0e7fbef775ac86560bb0a42d388a

Prevent similar troubles with following changes

- Add ignore entry for dependabot config
- Restrict engines.node in package.json
2024-12-20 02:52:26 +09:00

31 lines
628 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
actions-minor:
update-types:
- minor
- patch
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
ignore:
- dependency-name: '@types/node'
update-types:
- 'version-update:semver-major'
groups:
npm-development:
dependency-type: development
update-types:
- minor
- patch
npm-production:
dependency-type: production
update-types:
- patch