Skip to content

Commit

Permalink
fix: migrate default renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelol committed Nov 4, 2024
1 parent 99c25c9 commit 5cd6d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "",
"extends": ["config:base", "regexManagers:dockerfileVersions"],
"extends": ["config:recommended", "customManagers:dockerfileVersions"],
"ignorePaths": ["**/node_modules/**", "**/bower_components/**"],
"customManagers": [
{
Expand Down

0 comments on commit 5cd6d27

Please sign in to comment.