Skip to content

Commit

Permalink
test renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Oct 16, 2024
1 parent fe2c92a commit 509f221
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
],
"timezone": "Europe/Paris",
"ignorePaths": [
"**/node_modules/**",
"**/templates/**"
"**/node_modules/**"
],
"enabledManagers": [
"npm",
Expand Down Expand Up @@ -113,6 +112,20 @@
"io.swagger:swagger-codegen-cli"
],
"enabled": false
},
{
// FIXME Don't do that in prod
"matchDepTypes": [
"*"
],
"enabled": false
},
{
// FIXME Don't do that in prod
"matchDepTypes": [
"github-action"
],
"enabled": true
}
],
"customManagers": [
Expand All @@ -131,7 +144,6 @@
"github-actions": {
"fileMatch": [
"(^|/)(__dot__github|workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
"(^|/)action\\.ya?ml$"
]
}
}

0 comments on commit 509f221

Please sign in to comment.