Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
Update renovate config to group deps

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Aug 30, 2022
1 parent cef4cc6 commit f34f94d
Showing 1 changed file with 51 additions and 4 deletions.
55 changes: 51 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":semanticCommitScopeDisabled",
"schedule:earlyMondays"
],
"prHeader": "Update Request | Renovate Bot",
"regexManagers": [
{
"fileMatch": [
Expand Down Expand Up @@ -28,11 +33,53 @@
"tcltk/tcl"
],
"versioning": "regex:^(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)?$"
},
{
"matchPackageNames": [
"git://git.savannah.gnu.org/autoconf.git"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?$"
},
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"docker"
],
"groupName": "container images"
},
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"go",
"golang-version"
],
"groupName": "go packages"
},
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"npm"
],
"groupName": "node packages"
},
{
"matchPackagePatterns": [
"*"
],
"matchDatasources": [
"git-refs",
"git-tags",
"github-tags",
"github-releases"
],
"groupName": "releases"
}
],
"schedule": [
"on monday at 1am"
],
"timezone": "Etc/UTC",
"dependencyDashboard": true
}

0 comments on commit f34f94d

Please sign in to comment.