5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-13 05:33:45 +00:00
semantic-release-action/.github/dependabot.yml
2023-02-08 09:47:55 +08:00

14 lines
277 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" ]