Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate-Clanker 98a619d002 fix(deps): update module github.com/charmbracelet/lipgloss to v2
renovate/artifacts Artifact file update failure
Tests / Run Tests (pull_request) Failing after 12s
2026-04-01 06:05:26 +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 }}
+2 -5
View File
@@ -2,8 +2,6 @@
"extends": [
"config:recommended"
],
"prConcurrentLimit": 1,
"prHourlyLimit": 1,
"packageRules": [
{
"matchUpdateTypes": [
@@ -12,10 +10,9 @@
"pin",
"digest"
],
"groupName": "all-dependencies",
"automerge": true,
"matchPackageNames": [
"*"
"baseBranchPatterns": [
"staging"
]
}
]