1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00

chore: improve dependabot config (#7610)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2023-06-20 18:25:28 +02:00 committed by GitHub
parent 58023c6360
commit 4ff276c2d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:latest@sha256:6120be6a2b7ce665d0cbddc3ce6eae60fe94637c6a66985312d1f02f63cc0bcd
RUN apt-get update && apt-get install -y sudo git curl apt-transport-https ca-certificates gnupg-agent software-properties-common
ARG USERNAME=root

View file

@ -10,3 +10,8 @@ updates:
schedule:
interval: daily
rebase-strategy: disabled
- package-ecosystem: docker
directory: /.devcontainer
schedule:
interval: daily
rebase-strategy: disabled