Skip to content

Commit

Permalink
rennovate for private docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 15, 2024
1 parent c2da3c5 commit 117dc41
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,21 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
},
{
"managers": ["dockerfile"],
"registryUrls": ["http://192.168.7.210:5000"]
}
],
"platformAutomerge": true
"hostRules": [
{
"hostType": "docker",
"username": null,
"password": null
}
],
"docker": {
"enabled": true
},
"platformAutomerge": false
}

0 comments on commit 117dc41

Please sign in to comment.