Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

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

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Feb 21, 2024
1 parent 6c7c391 commit 2186207
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 2186207

Please sign in to comment.