We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd1ef9 commit 3c58039Copy full SHA for 3c58039
.github/dependabot.yml
@@ -1,5 +1,9 @@
1
version: 2
2
updates:
3
+ - package-ecosystem: "docker"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
- package-ecosystem: "github-actions"
8
directory: "/"
9
schedule:
.github/workflows/docker-publish.yml
@@ -17,8 +17,7 @@ env:
17
IMAGE_NAME: ${{ github.repository }}
18
19
jobs:
20
- build:
21
-
+ container-build:
22
runs-on: ubuntu-24.04
23
permissions:
24
contents: read
0 commit comments