Skip to content

Commit

Permalink
feat(renovate.json): add a basic Renovate configuration file
Browse files Browse the repository at this point in the history
This will help us keep versioned Docker tags up to date without much intervention other than merging PRs and deploying configurations.
  • Loading branch information
dr460nf1r3 committed Sep 9, 2023
1 parent afeac97 commit e1ae26b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": ["dr460nf1r3"],
"commitMessageAction": "update",
"extends": ["config:base", ":gitSignOff"],
"reviewersFromCodeOwners": true
}

0 comments on commit e1ae26b

Please sign in to comment.