chore: update global workflows (#4280)
This commit is contained in:
parent
be73273ffc
commit
d4f4849cf9
1 changed files with 8 additions and 0 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
|
@ -7,6 +7,7 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: "cron"
|
||||
cronjob: "0 1 * * *"
|
||||
|
|
@ -15,6 +16,7 @@ updates:
|
|||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: "cron"
|
||||
cronjob: "30 1 * * *"
|
||||
|
|
@ -23,6 +25,7 @@ updates:
|
|||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: "cron"
|
||||
cronjob: "0 2 * * *"
|
||||
|
|
@ -45,6 +48,7 @@ updates:
|
|||
|
||||
- package-ecosystem: "gitsubmodule"
|
||||
directory: "/"
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: "cron"
|
||||
cronjob: "30 2 * * *"
|
||||
|
|
@ -53,6 +57,7 @@ updates:
|
|||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: "cron"
|
||||
cronjob: "0 3 * * *"
|
||||
|
|
@ -65,6 +70,7 @@ updates:
|
|||
|
||||
- package-ecosystem: "nuget"
|
||||
directory: "/"
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: "cron"
|
||||
cronjob: "30 3 * * *"
|
||||
|
|
@ -73,6 +79,7 @@ updates:
|
|||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: "cron"
|
||||
cronjob: "0 4 * * *"
|
||||
|
|
@ -86,6 +93,7 @@ updates:
|
|||
|
||||
- package-ecosystem: "rust-toolchain"
|
||||
directory: "/"
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: "cron"
|
||||
cronjob: "30 4 * * *"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue