mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 09:39:24 +00:00
chore: update dependabot settings (#522)
This commit is contained in:
parent
877d4953d2
commit
a54bf4ebd7
1 changed files with 9 additions and 5 deletions
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
|
|
@ -7,10 +7,14 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "monday"
|
||||
time: "09:00"
|
||||
commit-message:
|
||||
prefix: "chore(deps): "
|
||||
rebase-strategy: "disabled"
|
||||
rebase-strategy: "disabled"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
update-types: [
|
||||
"version-update:semver-patch",
|
||||
"version-update:semver-minor",
|
||||
] # Security updates are unaffected by this setting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue