Skip to content

Commit

Permalink
Use builduser token for Renovate (#109)
Browse files Browse the repository at this point in the history
* Use builduser token for Renovate

* Typo
  • Loading branch information
Jym77 authored Dec 3, 2024
1 parent bda5730 commit 0c0260f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "github>siteimprove/alfa//config/alfa-renovate"],
"npmrc": "@siteimprove:registry=https://npm.pkg.github.com/",
"hostRules": [
{
"hostType": "npm",
"matchHost": "https://npm.pkg.github.com/",
"token": "{{ secrets.BUILDUSER_GITHUB_READ }}"
}
]
"packageRules": [
{
"description": [
Expand Down

0 comments on commit 0c0260f

Please sign in to comment.