Compare commits
34
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
092c75332d | ||
|
|
8ccb53c124 | ||
|
|
b4e8ffc349 | ||
|
|
01b6ae207f | ||
|
|
9e0c7f6e58 | ||
|
|
f3747de186 | ||
|
|
049e4012f4 | ||
|
|
5524384f08 | ||
|
|
441f366f12 | ||
|
|
6077fddb51 | ||
|
|
4b37848023 | ||
|
|
70282d7c80 | ||
|
|
50a5d6793e | ||
|
|
1d0ef88b44 | ||
|
|
623ad8654b | ||
|
|
b45e6e948a | ||
|
|
b36b810bde | ||
|
|
057f1825ce | ||
|
|
f5e05c7105 | ||
|
|
e690cdf415 | ||
|
|
b6b2087155 | ||
|
|
b2b4bcb01a | ||
|
|
0a1e1dca98 | ||
|
|
58eb9f68f6 | ||
|
|
2b2e8d6ed9 | ||
|
|
7b892b3953 | ||
|
|
194a1f91eb | ||
|
|
766982cd41 | ||
|
|
db0753edb3 | ||
|
|
665c80e486 | ||
|
|
d141af1c6b | ||
|
|
f112a80016 | ||
|
|
6749003630 | ||
|
|
643a9e83ed |
@@ -0,0 +1,18 @@
|
|||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
renovateDryRun:
|
||||||
|
image: renovate/renovate
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- renovate
|
||||||
|
environment:
|
||||||
|
RENOVATE_CONFIG_FILE: config.js
|
||||||
|
RENOVATE_DRY_RUN: full
|
||||||
|
LOG_LEVEL: debug
|
||||||
|
RENOVATE_TOKEN:
|
||||||
|
from_secret: RENOVATE_TOKEN
|
||||||
|
GITHUB_COM_TOKEN:
|
||||||
|
from_secret: GITHUB_COM_TOKEN
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
when:
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
- manual
|
||||||
|
|
||||||
|
steps:
|
||||||
|
renovate:
|
||||||
|
image: renovate/renovate
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- renovate
|
||||||
|
environment:
|
||||||
|
RENOVATE_CONFIG_FILE: config.js
|
||||||
|
RENOVATE_TOKEN:
|
||||||
|
from_secret: RENOVATE_TOKEN
|
||||||
|
GITHUB_COM_TOKEN:
|
||||||
|
from_secret: GITHUB_COM_TOKEN
|
||||||
@@ -5,20 +5,17 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "03 2 * * *"
|
- cron: "30 2 * * *"
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: bookworm-slim
|
runs-on: trixie-slim
|
||||||
container: ghcr.io/renovatebot/renovate:latest
|
container: ghcr.io/renovatebot/renovate:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7.0.0
|
||||||
- run: renovate
|
- run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "info"
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
# renovate-config
|
# renovate-config
|
||||||
|
|
||||||
Renovate Bot Configurations
|
Renovate Bot Configurations
|
||||||
|
|
||||||
|

|
||||||
@@ -1,7 +1,7 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
platform: 'gitea',
|
platform: 'gitea',
|
||||||
endpoint: 'https://git.ryuu.in/api/v1/', // set this to the url of your gitea instance
|
endpoint: 'https://git.ryuu.in/api/v1/',
|
||||||
gitAuthor: 'Renovate Bot <renovate_bot@ryuu.in>', // set the email address to whatever email your gave this user in your gitea
|
gitAuthor: 'Renovate Bot <renovate@sh.ryuu.in>',
|
||||||
username: 'renovate-bot',
|
username: 'renovate-bot',
|
||||||
autodiscover: true,
|
autodiscover: true,
|
||||||
onboardingConfig: {
|
onboardingConfig: {
|
||||||
|
|||||||
Reference in New Issue
Block a user