Skip to content

Commit

Permalink
Enable renovate for .html.erb files (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilco375 authored Oct 19, 2022
1 parent b1612be commit d6e5788
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>csvalpha/.github"]
"extends": ["github>csvalpha/.github"],
"packageRules": [
{
"matchManagers": ["html"],
"fileMatch": "\\.html\\.erb$"
}
]
}

0 comments on commit d6e5788

Please sign in to comment.