Compare commits
No commits in common. "a6a617f229705e282d18783fba75b0f0b352752f" and "1dda974e110083ad30745ec11e16b31027f2f908" have entirely different histories.
a6a617f229
...
1dda974e11
2 changed files with 0 additions and 54 deletions
|
@ -1,27 +0,0 @@
|
||||||
name: Renovate Dependency Bot
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 3 * * *"
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
renovate:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: "18"
|
|
||||||
|
|
||||||
- name: Renovate
|
|
||||||
uses: github.com/renovatebot/github-action@v42.0.4
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
|
||||||
env:
|
|
||||||
LOG_LEVEL: info
|
|
||||||
RENOVATE_CONFIG_FILE: renovate.json
|
|
||||||
RENOVATE_ENDPOINT: ${{ vars.RENOVATE_ENDPOINT }}
|
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:base"
|
|
||||||
],
|
|
||||||
"pip_requirements": {
|
|
||||||
"fileMatch": [
|
|
||||||
"^pyproject\\.toml$"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"dockerfile": {
|
|
||||||
"fileMatch": [
|
|
||||||
"^Dockerfile$"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"github-actions": {
|
|
||||||
"fileMatch": [
|
|
||||||
"^\\.forgejo\\/workflows\\/.*\\.yml$"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"labels": [
|
|
||||||
"dependencies"
|
|
||||||
],
|
|
||||||
"lockFileMaintenance": {
|
|
||||||
"enabled": true
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue