File tree Expand file tree Collapse file tree 4 files changed +22
-19
lines changed
Expand file tree Collapse file tree 4 files changed +22
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Renovate
2+ on :
3+ workflow_dispatch :
4+
5+ schedule :
6+ - cron : ' 0 5,7 * * *'
7+
8+ permissions :
9+ contents : read
10+
11+ jobs :
12+ renovate :
13+ uses : qubesome/.github/actions/renovate.yml@main
14+ secrets :
15+ RENOVATE_PRIVATE_KEY : ${{ secrets.RENOVATE_PRIVATE_KEY }}
16+ RENOVATE_APP_ID : ${{ secrets.RENOVATE_APP_ID }}
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [" github>qubesome/.github" ]
4+ }
Original file line number Diff line number Diff line change 1+ # renovate: datasource=github-tags depName=golangci/golangci-lint
12GOLANGCI_VERSION ?= v2.5.0
3+ # renovate: datasource=github-tags depName=protocolbuffers/protobuf
24PROTOC_VERSION ?= 32.1
35TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
46
You can’t perform that action at this time.
0 commit comments