From 7855b7c1e18c197f5add4f61cbc4060dc2a46b8d Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 27 Mar 2024 17:29:45 +0100 Subject: [PATCH] Update config Signed-off-by: Sam Therapy --- .forgejo/workflows/renovate.yaml | 4 +++- config.js | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index 4509641..46b19d8 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -5,13 +5,15 @@ on: push: branches: - master + workflow_dispatch: jobs: renovate: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate steps: - - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 - run: renovate name: Check for Dependency Updates env: diff --git a/config.js b/config.js index c151738..8e1d9dc 100644 --- a/config.js +++ b/config.js @@ -2,15 +2,15 @@ module.exports = { endpoint: "https://git.froth.zone/api/v1/", onboardingConfig: { extends: [ - "config:base", + "config:recommended", ":pinSkipCi", ":enableVulnerabilityAlerts", - ":semanticCommits", + ":semanticCommits" ], "automerge": true }, postUpdateOptions: ["gomodTidy", "pnpmDedupe"], platform: "gitea", autodiscover: true, - optimizeForDisabled: true, + optimizeForDisabled: true }; \ No newline at end of file