Skip to content

Commit

Permalink
Merge pull request #400 from sbrunner/fix-repo
Browse files Browse the repository at this point in the history
Fix the repository
  • Loading branch information
sbrunner committed Apr 14, 2023
2 parents e8db98a + 6371a3b commit 1f58cbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
fileMatch: ['^.pre-commit-config.yaml$'],
matchStrings: [" +- '?(?<depName>[^' @=]+)(@|==)(?<currentValue>[^' @=]+)'? # (?<datasource>.+)"],
},
{
fileMatch: ['^ci/config\\.yaml$'],
matchStrings: [
'.*https://raw\\.githubusercontent\\.com/(?<depName>[^\\s]+)/(?<currentValue>[0-9\\.]+)/.*',
],
datasourceTemplate: 'github-tags',
},
],
packageRules: [
/** Automerge the patch, the minor and the dev dependency */
Expand Down

0 comments on commit 1f58cbe

Please sign in to comment.