Skip to content

Commit

Permalink
Merge pull request #3333 from dev-hato/fix-format-json-yml-massongit-…
Browse files Browse the repository at this point in the history
…patch-1

formatが間違ってたので直してあげたよ! #3332
  • Loading branch information
massongit authored Oct 7, 2023
2 parents 88ac21d + 126f248 commit d256f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
],
"packageRules": [
{
"matchPackageNames": ["flask"],
"matchPackageNames": [
"flask"
],
"allowedVersions": "<3.0.0"
},
{
Expand Down

0 comments on commit d256f2e

Please sign in to comment.