Compare commits

..

2 Commits

Author SHA1 Message Date
GitHub Actions
eb6cf7f380 fix: use RENOVATE_TOKEN PAT for Renovate authentication 2025-12-14 00:23:21 +00:00
GitHub Actions
4331c798d9 fix: clean up .gitignore by removing VS Code settings while preserving shared configs 2025-12-14 00:20:27 +00:00
2 changed files with 2 additions and 7 deletions

View File

@@ -23,6 +23,6 @@ jobs:
uses: renovatebot/github-action@502904f1cefdd70cba026cb1cbd8c53a1443e91b # v44.1.0
with:
configurationFile: .github/renovate.json
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: info

7
.gitignore vendored
View File

@@ -81,12 +81,7 @@ charon.db
*~
.DS_Store
*.xcf
# VS Code - ignore settings but keep shared configs
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.vscode.backup*/
# -----------------------------------------------------------------------------
# Logs & Temp Files