Skip to content

Commit

Permalink
Just try matching it exactly
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 22, 2024
1 parent 85532d7 commit 5d2b35c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"pep621",
"pre-commit"
],
"github-actions": { "fileMatch": ["(^|.*/)\\.github/workflows/[^/]+$"] },
"github-actions": {
"fileMatch": ["(^|.*/)\\.github/workflows/[^/]+$", "template/pyproject\\.toml\\.jinja"]
},
"pep621": {
"fileMatch": ["(^|.*/)pyproject\\.toml[^/]*$"],
"rangeStrategy": "bump"
Expand Down

0 comments on commit 5d2b35c

Please sign in to comment.