4 Commits

Author SHA1 Message Date
fea2b96872 Remove renovate
All checks were successful
CI / build (push) Successful in 1m1s
2026-01-01 11:10:38 -06:00
623b5ba381 Add Linking-Tool to software list
Some checks failed
renovate / renovate (push) Has been cancelled
CI / build (push) Has been cancelled
2026-01-01 11:10:02 -06:00
700771d98a Merge pull request 'Update https://git.quad4.io/actions/setup-go action to v6' (#20) from renovate/https-git.quad4.io-actions-setup-go-6.x into master
All checks were successful
CI / build (push) Successful in 1m1s
renovate / renovate (push) Successful in 3m48s
Reviewed-on: #20
2025-12-31 02:37:40 +00:00
Renovate Bot
b8ca5cfe82 Update https://git.quad4.io/actions/setup-go action to v6
All checks were successful
CI / build (pull_request) Successful in 1m27s
2025-12-31 00:03:32 +00:00
4 changed files with 3 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup Go
uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version: '1.25.4'
cache: true

View File

@@ -19,7 +19,7 @@ jobs:
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Setup Go
uses: https://git.quad4.io/actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.25.4'
cache: true

View File

@@ -1,24 +0,0 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
- master
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:42.66.11
steps:
- uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Fetch remote configuration
run: curl -sL https://git.quad4.io/Quad4-Extra/renovate-config/raw/branch/master/config.js -o config.js
- run: renovate
env:
RENOVATE_CONFIG_FILE: "config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

View File

@@ -1 +1,2 @@
Quad4-Software/webnews
Quad4-Software/Linking-Tool