Skip to content

Commit

Permalink
feat(renovate): test auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgerber committed Aug 11, 2024
1 parent 5269b42 commit acfe36e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM b4bz/homer:v24.05.1
FROM b4bz/homer:v24.04.1

COPY ./assets /www/assets
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit acfe36e

Please sign in to comment.