Compare commits
1 Commits
master
...
renovate/h
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6bea85195a |
@@ -25,7 +25,7 @@ jobs:
|
||||
cache: true
|
||||
|
||||
- name: Setup Node
|
||||
uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||
uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
||||
with:
|
||||
node-version: '22'
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
cache: true
|
||||
|
||||
- name: Setup Node
|
||||
uses: https://git.quad4.io/actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
||||
uses: https://git.quad4.io/actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
|
||||
with:
|
||||
node-version: '22'
|
||||
|
||||
|
||||
24
.gitea/workflows/renovate.yml
Normal file
24
.gitea/workflows/renovate.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
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 }}
|
||||
@@ -1,2 +1 @@
|
||||
Quad4-Software/webnews
|
||||
Quad4-Software/Linking-Tool
|
||||
|
||||
Reference in New Issue
Block a user