Skip to content

Commit

Permalink
chore: update renovate config (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrasseur-aneo authored Jun 7, 2023
2 parents 7a8d9fe + 5c0a49e commit e4e26e6
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,40 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base",
"group:allNonMajor",
":semanticCommits"
],
"packageRules":
[
"extends": [
"config:base",
"group:allNonMajor",
":semanticCommitTypeAll(chore)",
"helpers:pinGitHubActionDigests"
],
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackagePrefixes": ["ArmoniK"],
"groupName": "release packages Armonik"
"groupName": "npm packages",
"groupSlug": "npm",
"matchDatasources": [
"npm"
]
},
{

"matchPackagePatterns": ["*"],
"excludePackagePrefixes": ["ArmoniK"],
"groupName": "other dependencies"
"groupName": "nuget packages",
"groupSlug": "nuget",
"matchDatasources": [
"nuget"
]
},
{
"groupName": "docker images",
"groupSlug": "docker",
"matchDatasources": [
"docker"
]
},
{
"groupName": "github actions",
"groupSlug": "github-actions",
"matchDatasources": [
"github-tags"
]
}
]
}

0 comments on commit e4e26e6

Please sign in to comment.