Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitallowed
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ self\.token = token
token = os\.environ\.get\(\"GH_TOKEN\"\)
poetry\.lock
\-Dsonar\.token=\"\$SONAR_TOKEN\"
token: "\${{ steps\.generate-token\.outputs\.token }}"
12 changes: 6 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ updates:
prefix: "Upgrade: [dependabot] - "

###################################
# NPM workspace ##################
# Poetry #########################
###################################
- package-ecosystem: "npm"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "18:00" # UTC
time: "20:00" # UTC
open-pull-requests-limit: 20
versioning-strategy: increase
commit-message:
prefix: "Upgrade: [dependabot] - "

###################################
# Poetry #########################
# NPM workspace ##################
###################################
- package-ecosystem: "pip"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "18:00" # UTC
time: "22:00" # UTC
open-pull-requests-limit: 20
versioning-strategy: increase
commit-message:
Expand Down
3 changes: 3 additions & 0 deletions .trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ vulnerabilities:
- id: CVE-2026-29786
statement: tar vulnerability accepted as risk - dependency of npm (multiple)
expired_at: 2026-06-01
- id: CVE-2026-31802
statement: tar vulnerability accepted as risk - dependency of npm (multiple)
expired_at: 2026-06-01
Loading