Skip to content

Commit

Permalink
ci(renovate): fix go.mod tidy and utilise latest go version (authelia…
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah authored May 6, 2022
1 parent 65f55e3 commit 14f9a19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .renovaterc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"constraints": {
"go": "1.17"
},
"extends": [
"config:base",
":semanticCommitTypeAll(build)",
Expand Down Expand Up @@ -58,6 +55,7 @@
}
],
"postUpdateOptions": [
"gomodTidy1.17"
"gomodTidy",
"gomodNoMassage"
]
}

0 comments on commit 14f9a19

Please sign in to comment.