Skip to content

Commit

Permalink
renovate: flake lock config, group home-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Jul 7, 2024
1 parent 6229af2 commit 2dec243
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
"onboarding": false,
"requireConfig": "optional",
"commitBodyTable": true,
"nix": {
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"at any time"
]
},
"flux": {
"fileMatch": ["\\.yaml$"]
},
Expand Down
8 changes: 7 additions & 1 deletion .github/renovate/groups.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"matchPackagePatterns": ["envoy"],
"matchDatasources": ["docker", "github-tags"],
"separateMinorPatch": false
}
},
{
"groupName": "home-assistant",
"matchPackagePatterns": ["home-assistant"],
"matchDatasources": ["docker", "github-tags"],
"separateMinorPatch": false
},
]
}

0 comments on commit 2dec243

Please sign in to comment.