OCram85
90d886fb3b
All checks were successful
#### 📖 Summary <!-- Provide a summary of your changes. Describe the why and not how. --> #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [ ] Tested via CI pipeline - [ ] 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. --> Reviewed-on: #30
19 lines
282 B
JSON
19 lines
282 B
JSON
{
|
|
"onboardingConfig": {
|
|
"extends": [
|
|
"config:base"
|
|
]
|
|
},
|
|
"dependencyDashboard": true,
|
|
"docker": {
|
|
"enabled": true
|
|
},
|
|
"docker-compose": {
|
|
"enabled": true
|
|
},
|
|
"woodpecker": {
|
|
"enabled": true,
|
|
"fileMatch": ["^.woodpecker\/.*\.yml$"]
|
|
}
|
|
}
|