Compare commits

..

No commits in common. "b95e72a72ec32af45f723d20ecb45c938ab52b89" and "8e0a56db6aaf5563cd6f94e2fb7a0df769f5ae89" have entirely different histories.

2 changed files with 4 additions and 13 deletions

View file

@ -3,7 +3,6 @@ name: renovate
on:
schedule:
- cron: "@hourly"
# - cron: "23 */3 * * *"
push:
branches:
- main
@ -11,7 +10,7 @@ on:
jobs:
renovate:
runs-on: docker
container: ghcr.io/renovatebot/renovate:37.399.10
container: ghcr.io/renovatebot/renovate:37.399.1
steps:
- uses: actions/checkout@v4
- run: renovate

View file

@ -15,15 +15,7 @@ To host the renovate config.
## requirements
1. Create a new bot account e.g. renovate-bot.
2. Create a personal access token (*PAT*) for your renovate-bot account with the following scopes:
1. activitypub: no access
2. issue: read and write
3. misc: read
4. notifications: read
5. organization: read
6. package: read (if you use forgejo packages)
7. repository: read and write
8. user: read
2. Create a personal access token (*PAT*) for your renovate-bot account.
3. Create a new organisation e.g. homelab.
4. Add your renovate-bot account as owner to the organization.
5. Add renovate-bot *PAT* as a secret (*RENOVATE_TOKEN*) in the organization.
@ -31,8 +23,8 @@ To host the renovate config.
### additions
1. Generate your GitHub access token (read only) under Settings / Developer Settings
2. Docker.io login credentials (username and access token)
1. GitHub Access Token (read only)
2. Docker.io login credentials
## acknowledgments