5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +00:00
semantic-release-action/.github/dependabot.yml
2023-03-30 14:19:03 +08:00

14 lines
285 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: npm
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "semantic-release"
versions: [ "20.x", "21.x" ]