From 0ee394012443eeb54b4501464dfa9ce813d1447f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:19:00 +0000 Subject: [PATCH 1/2] Apply convention repo-conventions-workflow --- .github/workflows/repo-conventions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-conventions.yml b/.github/workflows/repo-conventions.yml index 4ec847a..a9920fb 100644 --- a/.github/workflows/repo-conventions.yml +++ b/.github/workflows/repo-conventions.yml @@ -22,12 +22,12 @@ jobs: GH_TOKEN: ${{ secrets.ACTIONS_PAT }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: token: ${{ secrets.ACTIONS_PAT }} - name: Setup .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v4 with: dotnet-version: 10.0.x From 31ed75dc5cba6b184fdb2013e595c8e3438f4344 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:48:41 +0000 Subject: [PATCH 2/2] Apply convention renovate --- .github/dependabot.yml | 12 ------------ renovate.json | 7 +++++++ 2 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .github/dependabot.yml create mode 100644 renovate.json diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index e9ed068..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 -updates: - - package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'weekly' - open-pull-requests-limit: 5 - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'weekly' - open-pull-requests-limit: 5 diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7545d12 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "dependencyDashboard": true, + "labels": ["automation"], + "enabledManagers": ["github-actions", "npm"] +}