Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate-Clanker 0cef3a833d fix(deps): update module github.com/charmbracelet/bubbles to v2
renovate/artifacts Artifact file update failure
Tests / Run Tests (pull_request) Failing after 11s
2026-04-01 05:05:20 +00:00
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
--output.checkstyle.path=golangci-lint-report.xml
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.1.0
uses: SonarSource/sonarqube-scan-action@v7.0.0
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
+3 -6
View File
@@ -2,8 +2,6 @@
"extends": [
"config:recommended"
],
"prConcurrentLimit": 1,
"prHourlyLimit": 1,
"packageRules": [
{
"matchUpdateTypes": [
@@ -12,11 +10,10 @@
"pin",
"digest"
],
"groupName": "all-dependencies",
"automerge": true,
"matchPackageNames": [
"*"
"baseBranchPatterns": [
"staging"
]
}
]
}
}