Skip to content

Commit

Permalink
chore(config): migrate config .renovaterc.json (#242)
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] committed Feb 17, 2024
1 parent 4437370 commit 5eb4170
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,39 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices", "group:allNonMajor"],
"extends": [
"config:best-practices",
"group:allNonMajor"
],
"ignoreDeps": [
"docker.io/library/postgres",
"postgresql",
"docker.io/bitnami/postgresql",
"ghcr.io/miracum/recruit/*"
],
"ignorePaths": ["**/node_modules/**", "**/bower_components/**", "fhir/**"],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"fhir/**"
],
"pip-compile": {
"fileMatch": ["(^|/|\\.)requirements\\.in$"]
"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
}
]
Expand Down

0 comments on commit 5eb4170

Please sign in to comment.