From 98c45a98455de4682091b622524123814da7bb26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 05:24:02 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..dfe6ee4 --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "pre-commit": { + "enabled": true + } +} From 534c784d729c2a4fc3d5ce7910a0c137511c53da Mon Sep 17 00:00:00 2001 From: Sebastian Blask Date: Wed, 28 Feb 2024 00:54:50 +1300 Subject: [PATCH 2/3] Update Github Actions --- .github/workflows/pre-commit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 92feb56..832fcf5 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,6 +12,6 @@ jobs: os: - ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - - uses: pre-commit/action@v3.0.0 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + - uses: pre-commit/action@v3.0.1 From a4ba20dae12f5b931e591f753ee3a4bb41f1cadb Mon Sep 17 00:00:00 2001 From: Sebastian Blask Date: Wed, 28 Feb 2024 00:58:27 +1300 Subject: [PATCH 3/3] Remove Dependabot config --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 601a761..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: -- package-ecosystem: npm - directory: / - schedule: - interval: monthly