Skip to content

Commit

Permalink
chore(config): migrate config .renovaterc.json (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent cd3b2ef commit 9b695df
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,52 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices", "group:allNonMajor", "schedule:monthly"],
"extends": [
"config:best-practices",
"group:allNonMajor",
"schedule:monthly"
],
"ignoreDeps": [
"docker.io/library/postgres",
"postgresql",
"docker.io/bitnami/postgresql"
],
"ignorePaths": ["**/node_modules/**", "**/bower_components/**", "fhir/**"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"fhir/**"
],
"pip-compile": {
"fileMatch": ["(^|/|\\.)requirements\\.txt$"]
"fileMatch": [
"(^|/|\\.)requirements\\.txt$"
]
},
"packageRules": [
{
"matchManagers": ["github-actions"],
"matchManagers": [
"github-actions"
],
"groupName": "github-actions"
},
{
"matchManagers": ["github-actions"],
"matchPackageNames": ["slsa-framework/slsa-github-generator"],
"matchManagers": [
"github-actions"
],
"matchPackageNames": [
"slsa-framework/slsa-github-generator"
],
"pinDigests": false
},
{
"matchManagers": ["helmv3"],
"matchManagers": [
"helmv3"
],
"pinDigests": false
},
{
"matchPackagePatterns": ["^ghcr.io/miracum/recruit"],
"pinDigests": false
"pinDigests": false,
"matchPackageNames": [
"/^ghcr.io/miracum/recruit/"
]
}
]
}

0 comments on commit 9b695df

Please sign in to comment.