Compare commits

..

1 Commits

Author SHA1 Message Date
2d2e947630 Add renovate.json
All checks were successful
ci/woodpecker/pr/demo Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
2024-01-09 22:25:21 +00:00
3 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,4 @@
---
clone:
git:
image: woodpeckerci/plugin-git
when:
- event: [pull_request, tag]
- event: [push, manual]
@ -14,4 +10,3 @@ steps:
image: "alpine"
commands:
- echo 'Demo'
- env

View File

@ -1,2 +1,3 @@
# TEST
asas

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}