From ac7c711faa0c9f384fb6c6aab7b10e7dcc783885 Mon Sep 17 00:00:00 2001 From: Jegath S Date: Thu, 17 Aug 2023 11:17:11 +0530 Subject: [PATCH 1/2] testing renovate --- .github/workflows/renovate.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/renovate.yml diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 0000000..d5250c0 --- /dev/null +++ b/.github/workflows/renovate.yml @@ -0,0 +1,19 @@ +name: Renovate + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + workflow_dispatch: + +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 }} \ No newline at end of file From ab8050d4483eed2e7e8c3410afc4b3b2e2f27aff Mon Sep 17 00:00:00 2001 From: Jegath S Date: Thu, 17 Aug 2023 11:21:24 +0530 Subject: [PATCH 2/2] added renovate configuration --- .github/renovate.json | 5 +++++ .gitignore | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..14d270f --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,5 @@ +{ + "fileMatch": [ + "(^|/)[\\w-]*requirements(-\\w+)?\\.(txt|pip)$" + ] + } \ No newline at end of file diff --git a/.gitignore b/.gitignore index 23ce202..832b120 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,4 @@ build dist *.egg-info __pycache__ -test.py -*.json \ No newline at end of file +test.py \ No newline at end of file