Skip to content

Commit

Permalink
[ci skip] chore: enable renovate for dockerfile and golang updates (j…
Browse files Browse the repository at this point in the history
…anus-idp#216)

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored and gazarenkov committed Mar 17, 2024
1 parent c02120a commit 50d3c41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": [
"config:js-app",
":gitSignOff",
":rebaseStalePrs",
"group:allNonMajor",
"group:linters",
"group:test"
],
"constraints": {
"go": "1.20"
}
}

0 comments on commit 50d3c41

Please sign in to comment.