Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 9ca71e4 commit 92bb849
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
jobs:
build:
name: DargStack rgen
uses: dargmuesli/github-actions/.github/workflows/[email protected].10
uses: dargmuesli/github-actions/.github/workflows/[email protected].11
release-semantic:
needs: build
name: Semantic Release
uses: dargmuesli/github-actions/.github/workflows/[email protected].10
uses: dargmuesli/github-actions/.github/workflows/[email protected].11
permissions:
contents: write
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release-schedule:
name: 'Release: Scheduled'
uses: dargmuesli/github-actions/.github/workflows/[email protected].10
uses: dargmuesli/github-actions/.github/workflows/[email protected].11
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"engines": {
"node": "22"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"scripts": {
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"dargstack": "2.2.2",
"dargstack_rgen": "0.9.52",
"dargstack_rgen": "0.9.53",
"husky": "9.1.7"
}
}
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ services:
placement:
constraints:
- node.role == manager
image: traefik:v3.3.1@sha256:b051db814cb18a7533fa9e645ae9bcbe5bf3c8136df2a7f7898329760c4206a9
image: traefik:v3.3.2@sha256:b280164afb554d6b7d4a0b86cac31f46e99f8386b7b74bb15e89d173b44c7824
ports:
- mode: host
protocol: tcp
Expand Down

0 comments on commit 92bb849

Please sign in to comment.