adds renovate support (#8)
ci / docker (push) Successful in 36s Details

#### 📖 Summary

- testing renovate support with gitea-actions

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #8
This commit is contained in:
OCram85 2023-07-12 14:01:39 +02:00
parent 438ed033d4
commit cf6593f58f
1 changed files with 12 additions and 0 deletions

12
renovate.json Normal file
View File

@ -0,0 +1,12 @@
{
"dependencyDashboard": true,
"docker": {
"enabled": true
},
"github-actions": {
"enabled": true,
"fileMatch": [
"^\\.gitea/workflows/[^/]+\\.ya?ml$"
]
}
}