Skip to content

Commit

Permalink
fix(renovate): rollback distribution check
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Oct 1, 2023
1 parent b89f029 commit 373d75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'(distribution).+\r?\n.+\r?\n.+"(?<depName>\\S*)"[\\S\\s]+(version).+\r?\n.+\r?\n.+"(?<currentValue>\\S*)"',
'(version).+\r?\n.+\r?\n.+"(?<currentValue>\\S*)"[\\S\\s]+(distribution).+\r?\n.+\r?\n.+"(?<depName>\\S*)"'
],
datasourceTemplate: '{{depName}}',
datasourceTemplate: 'docker',
},
// match terraform and terragrunt version
{
Expand Down

0 comments on commit 373d75b

Please sign in to comment.