wrapper-validation-action/.github/dependabot.yml

22 lines
391 B
YAML
Raw Permalink Normal View History

2023-02-20 22:15:40 +00:00
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
2023-02-20 22:15:40 +00:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "@types/node"
groups:
npm-dependencies:
patterns:
- "*"