Skip to content

Commit

Permalink
refactor: migrate default renovate config (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelol authored Nov 4, 2024
1 parent 99c25c9 commit deb082b
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 deb082b

Please sign in to comment.