Skip to content

Commit

Permalink
fix: use glob pattern for .md matching (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Dec 8, 2022
1 parent 861063b commit d9b3c19
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
Expand Up @@ -51,7 +51,7 @@
{
"description": "Update references to Docker tags for renovate/renovate in Markdown files weekly",
"matchPackageNames": ["renovate/renovate"],
"matchPaths": [".md"],
"matchPaths": ["**/*.md"],
"extends": ["schedule:weekly"],
"automerge": true,
"stabilityDays": 0,
Expand Down

0 comments on commit d9b3c19

Please sign in to comment.