Skip to content

Commit

Permalink
ci(renovate): update json file
Browse files Browse the repository at this point in the history
  • Loading branch information
oben01 committed Feb 4, 2024
1 parent 8b29e54 commit 9933947
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 6 deletions.
45 changes: 45 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>oben01/renovate-config"
],
"ignorePresets": [
"github>oben01/renovate-config:githubActions"
],
"gitIgnoredAuthors": ["renovate[bot]@users.noreply.github.com"],
"regexManagers": [
{
"fileMatch": ["\\.yaml$"],
"matchStrings": [
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
]
},
{
"fileMatch": ["^charts/obico/.*\\.yaml$"],
"matchStrings": [
"tag: sha-(?<currentDigest>.+)",
"appVersion: sha-(?<currentDigest>.+)"
],
"datasourceTemplate": "git-refs",
"depNameTemplate": "TheSpaghettiDetective/obico-server",
"packageNameTemplate": "https://github.com/TheSpaghettiDetective/obico-server",
"currentValueTemplate": "release"
}
],
"packageRules": [
{
"matchDatasources": ["helm"],
"commitMessageTopic": "{{depName}} Helm release"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/dgtlmoon/changedetection.io"],
"versioning": "loose"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/juanfont/headscale"],
"allowedVersions": "!/^0.23.0$/"
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 9933947

Please sign in to comment.