Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent f70b33d commit e434919
Showing 1 changed file with 33 additions and 18 deletions.
51 changes: 33 additions & 18 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,27 @@
"timezone": "America/Vancouver",
"dependencyDashboard": true,
"semanticCommits": "enabled",
"assignees": ["@ivanjosipovic"],
"extends": [ "config:recommended" ],
"assignees": [
"@ivanjosipovic"
],
"extends": [
"config:recommended"
],
"platformAutomerge": true,
"ignorePaths": [
"**/docs/**",
"**/charts/**"
],
"schedule": ["before 4am"],
"schedule": [
"before 4am"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"automerge": true,
"semanticCommitType": "fix",
"matchFileNames": [
Expand All @@ -23,7 +33,11 @@
]
},
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"digest"
],
"automerge": true,
"matchFileNames": [
"tests/**",
Expand All @@ -34,30 +48,31 @@
"groupName": "IdentityModel",
"separateMajorMinor": true,
"groupSlug": "identitymodel-libs",
"packageRules": [
{
"matchPackagePatterns": [
"System.IdentityModel.*",
"Microsoft.IdentityModel.*"
]
}
"matchPackageNames": [
"/System.IdentityModel.*/",
"/Microsoft.IdentityModel.*/"
]
},
{
"matchUpdateTypes": ["major", "minor", "patch", "digest"],
"matchUpdateTypes": [
"major",
"minor",
"patch",
"digest"
],
"automerge": true,
"semanticCommitType": "fix",
"packageRules": [
{
"matchPackageNames": ["alpine_3_19/ca-certificates-bundle"]
}
"matchPackageNames": [
"alpine_3_19/ca-certificates-bundle"
]
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [ "Dockerfile$" ],
"fileMatch": [
"Dockerfile$"
],
"matchStrings": [
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"(?<currentValue>.*)\"\\s"
],
Expand Down

0 comments on commit e434919

Please sign in to comment.