22 lines
379 B
JSON
22 lines
379 B
JSON
|
{
|
||
|
"nix": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"lockFileMaintenance": {
|
||
|
"enabled": true,
|
||
|
"automerge": true
|
||
|
},
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchManagers": ["github-actions"],
|
||
|
"automerge": true
|
||
|
}
|
||
|
],
|
||
|
"rebaseWhen": "behind-base-branch",
|
||
|
"schedule": ["after 11pm on Monday"],
|
||
|
"extends": [
|
||
|
"config:recommended",
|
||
|
"helpers:pinGitHubActionDigests"
|
||
|
]
|
||
|
}
|