mirror of
https://github.com/softprops/action-gh-release.git
synced 2026-04-19 10:18:18 +08:00
feat: add dependabot cooldown, update pinact annotations (#785)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -15,6 +15,8 @@ updates:
|
||||
- dependency-name: "@types/node"
|
||||
versions:
|
||||
- ">=25.0.0"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
- package-ecosystem: github-actions
|
||||
@@ -25,5 +27,7 @@ updates:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
default-days: 7
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
|
||||
Reference in New Issue
Block a user