Skip to content

Commit f99f10a

Browse files
authored
Merge pull request #10 from fhswf/dependabot
2 parents 73e8ee0 + 8f44855 commit f99f10a

File tree

4 files changed

+1441
-1076
lines changed

4 files changed

+1441
-1076
lines changed

.github/depandabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
4747
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
4848
- name: Set up Docker Buildx
49-
uses: docker/setup-buildx-action@v1
49+
uses: docker/setup-buildx-action@v3
5050
- name: Login to GitHub Container Registry
5151
uses: docker/login-action@v1
5252
with:

0 commit comments

Comments
 (0)