Skip to content

Commit

Permalink
Configure Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Bobiński committed Dec 4, 2024
1 parent 7654e16 commit cedd58a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Renovate

on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:

jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Renovate
uses: renovatebot/github-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Portfolio

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/krbob/portfolio/ci-build.yml)
![](https://img.shields.io/badge/kotlin-2.1.0-orange)
![](https://img.shields.io/badge/ktor-3.0.1-orange)
![](https://img.shields.io/badge/yfinance-0.2.50-orange)
![](https://img.shields.io/badge/ta4j-0.17-orange)

## About

Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"config:recommended"
],
"automerge": true
}

0 comments on commit cedd58a

Please sign in to comment.