Skip to content

Commit b892bbb

Browse files
authored
Merge pull request #299 from mathieu-benoit/patch-1
Add `docker` in Dependabot
2 parents c01f511 + 3d86499 commit b892bbb

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ updates:
1414
day: sunday
1515
open-pull-requests-limit: 3
1616
rebase-strategy: disabled
17+
- package-ecosystem: docker
18+
directory: build/
19+
schedule:
20+
interval: monthly
21+
day: sunday
22+
open-pull-requests-limit: 3
23+
rebase-strategy: disabled

.github/workflows/build-verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ on:
1414
- '*.md'
1515
permissions:
1616
contents: read
17-
id-token: write # needed for signing the images with GitHub OIDC Token
1817

1918
jobs:
2019
build-verify-package:
2120
runs-on: ubuntu-latest
2221
environment: Build
22+
permissions:
23+
id-token: write # needed for signing the images with GitHub OIDC Token
2324
steps:
2425
- name: Get current date
2526
id: date

0 commit comments

Comments
 (0)