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

13 lines
256 B
YAML
Raw Normal View History

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