Update config
All checks were successful
Check for Dependency Updates / renovate (push) Successful in 39s

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2024-03-27 17:29:45 +01:00
parent 973a83d806
commit 7855b7c1e1
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD
2 changed files with 6 additions and 4 deletions

View file

@ -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:

View file

@ -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
};