ci: only run check-renovaterc when the renovaterc changes
Otherwise we are just wasting CI time
This commit is contained in:
parent
dc5e219bc3
commit
46a36b1001
3 changed files with 17 additions and 11 deletions
36
renovate.json
Normal file
36
renovate.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [
|
||||
"jalil"
|
||||
],
|
||||
"automerge": true,
|
||||
"automergeStrategy": "fast-forward",
|
||||
"automergeType": "pr",
|
||||
"commitBodyTable": true,
|
||||
"dependencyDashboard": true,
|
||||
"prCreation": "immediate",
|
||||
"extends": [
|
||||
"config:best-practices"
|
||||
],
|
||||
"nix": {
|
||||
"fileMatch": [
|
||||
"(^|/)flake\\.nix$"
|
||||
],
|
||||
"commitMessageTopic": "nixpkgs",
|
||||
"commitMessageExtra": "to {{newValue}}",
|
||||
"enabled": true
|
||||
},
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"recreateWhen": "always",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"branchTopic": "lock-file-maintenance",
|
||||
"commitMessageAction": "Lock file maintenance",
|
||||
"schedule": [
|
||||
"* 0 * * *"
|
||||
]
|
||||
},
|
||||
"automergeSchedule": [
|
||||
"* 1 * * *"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue