Skip to content

Commit 3c58039

Browse files
committed
Use correct dependabot package ecosystem
1 parent ccd1ef9 commit 3c58039

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "docker"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
37
- package-ecosystem: "github-actions"
48
directory: "/"
59
schedule:

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ env:
1717
IMAGE_NAME: ${{ github.repository }}
1818

1919
jobs:
20-
build:
21-
20+
container-build:
2221
runs-on: ubuntu-24.04
2322
permissions:
2423
contents: read

0 commit comments

Comments
 (0)