Update config
All checks were successful
Check for Dependency Updates / renovate (push) Successful in 39s
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:
parent
973a83d806
commit
7855b7c1e1
2 changed files with 6 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
};
|
Loading…
Reference in a new issue