From a6bca9b5efd01a8c322469e26cabf3c126e24bab Mon Sep 17 00:00:00 2001 From: vthiery Date: Mon, 29 Apr 2024 08:45:29 +0200 Subject: [PATCH] fixup! Add renovate.json --- .github/dependabot.yml | 6 ------ renovate.json => .github/renovate.json | 0 .github/workflows/semantic-pr.yml | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .github/dependabot.yml rename renovate.json => .github/renovate.json (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 5ace460..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" diff --git a/renovate.json b/.github/renovate.json similarity index 100% rename from renovate.json rename to .github/renovate.json diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 8b26fa4..8b35f21 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -11,7 +11,7 @@ jobs: semantic-pr: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5.2.0 + - uses: amannn/action-semantic-pull-request@v5.5.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: