From 7b63df72a7937683bc1ee1a8b4535f82078eaa64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Aug 2026 14:43:32 +0000 Subject: [PATCH] ci: update GitHub template files --- .github/renovate.json | 39 +----------------------------- .github/workflows/format.yaml | 4 +-- .github/workflows/labeler.yaml | 5 ++-- .github/workflows/welcome-bot.yaml | 2 +- .gitignore | 5 +++- 5 files changed, 10 insertions(+), 45 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index be74e53..0742332 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,41 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - ":disableDependencyDashboard", - ":disablePeerDependencies", - ":semanticPrefixFixDepsChoreOthers", - ":ignoreModulesAndTests", - "workarounds:all", - "helpers:pinGitHubActionDigestsToSemver", - "docker:disable" - ], - "rangeStrategy": "bump", - "ignorePaths": ["**/node_modules/**"], - "commitMessageSuffix": "[skip netlify]", - "assignees": [], - "reviewers": [], - "minimumReleaseAge": "7 days", - "packageRules": [ - { - "groupName": "github-actions", - "matchManagers": ["github-actions"] - }, - { - "groupName": "npm-packages", - "matchManagers": ["npm"], - "matchDepTypes": ["dependencies", "devDependencies"], - "separateMajorMinor": true - }, - { - "description": "Disable package manager version updates", - "matchPackageNames": ["pnpm"], - "matchDepTypes": ["packageManager"], - "enabled": false - }, - { - "matchUpdateTypes": ["patch", "minor"], - "automerge": true, - "minimumReleaseAge": "21 days" - } - ] + "extends": ["github>trueberryless/renovate-config"] } diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index e6bd86f..2720376 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -13,7 +13,7 @@ jobs: autofix: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -21,7 +21,7 @@ jobs: uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - name: Setup Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ env.NODE_VERSION }} cache: "pnpm" diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 9d3d3c3..dbc8541 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -16,7 +16,7 @@ jobs: client-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: token: ${{ steps.generate_token.outputs.token }} persist-credentials: false @@ -34,7 +34,6 @@ jobs: gh label delete "invalid" --yes || true gh label delete "question" --yes || true gh label delete "wontfix" --yes || true - gh label delete "🚀 manifest" --yes || true gh label create "🚨 action" --description "Changes in GitHub workflows or actions" --color "A75AD5" --force gh label create "🤖 bot" --description "Automatically generated pull request" --color "0075CA" --force @@ -53,7 +52,7 @@ jobs: gh label create "🏯 styles" --description "Stylesheets or design updates" --color "550F5A" --force gh label create "🔒 wontfix" --description "This will not be worked on" --color "FFFFFF" --force - - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0 + - uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0 with: configuration-path: .github/labeler.yaml sync-labels: true diff --git a/.github/workflows/welcome-bot.yaml b/.github/workflows/welcome-bot.yaml index d01f247..97fa8d9 100644 --- a/.github/workflows/welcome-bot.yaml +++ b/.github/workflows/welcome-bot.yaml @@ -20,7 +20,7 @@ jobs: client-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} - - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: token: ${{ steps.generate_token.outputs.token }} persist-credentials: false diff --git a/.gitignore b/.gitignore index 38d0ade..4ebafbb 100644 --- a/.gitignore +++ b/.gitignore @@ -83,7 +83,7 @@ web_modules/ .cache .parcel-cache -# Astro +# Astro .astro # Next.js build output @@ -133,3 +133,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# Netlify +.netlify