Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner-infrastructure[bot] authored Dec 13, 2024
1 parent 17616aa commit c958af1
Showing 1 changed file with 34 additions and 10 deletions.
44 changes: 34 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,74 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"additionalReviewers": ["btkostner"],
"additionalReviewers": [
"btkostner"
],
"branchPrefix": "renovate/",
"dependencyDashboard": true,
"extends": ["config:recommended", ":semanticCommits"],
"extends": [
"config:recommended",
":semanticCommits"
],
"gitAuthor": "Blake Kostner <[email protected]>",
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"extends": ["helpers:pinGitHubActionDigests"],
"extends": [
"helpers:pinGitHubActionDigests"
],
"groupName": "CI",
"matchCategories": ["ci"],
"matchCategories": [
"ci"
],
"minimumReleaseAge": "7 days"
},
{
"groupName": "Kubernetes",
"matchCategories": ["helm", "kubernetes", "cd"],
"matchCategories": [
"helm",
"kubernetes",
"cd"
],
"minimumReleaseAge": "14 days"
},
{
"groupName": "Tools",
"matchCategories": ["asdf"],
"matchCategories": [
"asdf"
],
"minimumReleaseAge": "14 days"
}
],
"patch": {
"enabled": false
},
"prHourlyLimit": 0,
"regexManagers": [
"customManagers": [
{
"fileMatch": [".*y[a]?ml$"],
"matchStrings": ["image: (?<depName>.*?):(?<currentValue>.*?)"],
"customType": "regex",
"fileMatch": [
".*y[a]?ml$"
],
"matchStrings": [
"image: (?<depName>.*?):(?<currentValue>.*?)"
],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": "kustomization.yaml",
"matchStrings": [
"https://github.com/(?<depName>.*/.*?)/releases/download/(?<currentValue>.*?)/"
],
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"fileMatch": "kustomization.yaml",
"matchStrings": [
"https://raw.githubusercontent.com/(?<depName>[^/]*/[^/]*)/(?<currentValue>.*?)/"
Expand Down

0 comments on commit c958af1

Please sign in to comment.