Skip to content

Commit

Permalink
Merge pull request #212 from aquaproj/fix/revert-filejson-update
Browse files Browse the repository at this point in the history
fix: revert the update of file.json by #207
  • Loading branch information
suzuki-shunsuke authored Aug 12, 2022
2 parents b04ff80 + 93f8028 commit 1ac647a
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions file.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
{
"packageRules": [
{
"matchPackageNames": [
"golang/go",
"golang/tools",
"kubernetes/kubectl"
],
"matchPaths": [
"{{arg0}}"
],
"matchDatasources": ["github-releases"],
"enabled": false
},
{
"matchPaths": [
"{{arg0}}"
],
"matchDatasources": ["github-tags"],
"enabled": false
},
{
"matchPackageNames": [
"golang/go",
"golang/tools",
"kubernetes/kubectl"
],
"matchPaths": [
"{{arg0}}"
],
"matchDatasources": ["github-tags"],
"enabled": true
}
],
"regexManagers": [
{
"fileMatch": ["{{arg0}}"],
Expand All @@ -41,14 +8,6 @@
],
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["{{arg0}}"],
"matchStrings": [
" +['\"]?(version|ref)['\"]? *: +['\"]?(?<currentValue>[^'\" \\n]+?)['\"]? +# renovate: depName=(?<depName>[^\\n]+)",
" +['\"]?name['\"]? *: +['\"]?(?<depName>[^'\" .@/\\n]+/[^'\" @/\\n]+)(/[^'\" /@\\n]+)*@(?<currentValue>[^'\" \\n]+)['\"]?"
],
"datasourceTemplate": "github-tags"
},
{
"fileMatch": ["{{arg0}}"],
"matchStrings": [
Expand Down

0 comments on commit 1ac647a

Please sign in to comment.