diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 0000000..c28cf05 --- /dev/null +++ b/.github/workflows/renovate.yml @@ -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 }} \ No newline at end of file diff --git a/README.md b/README.md index 54437a3..93f2dd7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..f807a3e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "extends": [ + "config:recommended" + ], + "automerge": true +} \ No newline at end of file