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