Skip to content

Commit

Permalink
Merge pull request #189 from fhem/renovate/reconfigure
Browse files Browse the repository at this point in the history
build[renovate]: Wait two days until Image updates are processed
  • Loading branch information
sidey79 committed Apr 26, 2024
2 parents c975f41 + 8dd4047 commit eabadca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"docker:pinDigests"
],
"packageRules": [
{
"matchPackageNames": ["fhempy"],
"automerge": true
},
{
"matchPackageNames": ["docker"],
"matchUpdateTypes": ["patch", "pin", "digest"],
"minimumReleaseAge": "2 days",
"automerge": true
}
]
}

0 comments on commit eabadca

Please sign in to comment.