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 44bc1ed
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,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 @@ -130,8 +144,7 @@
],
"github-actions": {
"fileMatch": [
"(^|/)(__dot__github|workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
"(^|/)action\\.ya?ml$"
".*.ya?ml$"
]
}
}

0 comments on commit 44bc1ed

Please sign in to comment.