mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
chore: dependabot ignore semantic-release v21
This commit is contained in:
parent
13158f9d71
commit
f044c7a1fc
1 changed files with 1 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -11,4 +11,4 @@ updates:
|
||||||
interval: daily
|
interval: daily
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "semantic-release"
|
- dependency-name: "semantic-release"
|
||||||
versions: [ "20.x" ]
|
versions: [ "20.x", "21.x" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue