Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Configure self-hosted Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-antti-mottonen committed Aug 23, 2023
1 parent 78f3643 commit 5f81474
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: renovate

on:
push:
branches:
- feature/AE-1929-renovate
schedule:
- cron: '0/15 * * * *'

jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: renovate.json
env:
LOG_LEVEL: 'debug'
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"branchPrefix": "renovate-fix/",
"dryRun": "full",
"gitAuthor": "Renovate Bot",
"onboarding": false,
"platform": "github",
"repositories": [
"solita/etp-core"
]
}

0 comments on commit 5f81474

Please sign in to comment.