Skip to content

Commit

Permalink
Auth renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mateipopa committed Dec 23, 2024
1 parent f30633a commit bb1b95b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Dependencies Dashboard",
"hostRules": [
{
"hostType": "docker",
"matchHost": "ghcr.io",
"username": "renovate-bot",
"encrypted": {
"password": "{{ secrets.GITHUB_TOKEN }}"
}
}
],
"packageRules": [
{
"matchCategories": [
Expand Down Expand Up @@ -37,8 +47,8 @@
"followTag": "latest",
"pinDigests": true,
"versioning": "docker",
"matchPackageNames": [
"/^ghcr.io/blockjoy//"
"matchPackagePatterns": [
"^ghcr.io/blockjoy/"
]
}
],
Expand All @@ -53,13 +63,12 @@
],
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://ghcr.io",
"currentValueTemplate": "latest",
"versioningTemplate": "docker"
"currentValueTemplate": "latest"
}
],
"ignoreDeps": [
"ubuntu"
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0
}
}

0 comments on commit bb1b95b

Please sign in to comment.