From 24a5b40f3213f152c8178615954f9f1faff4fd87 Mon Sep 17 00:00:00 2001 From: undefined Date: Mon, 11 Sep 2023 14:49:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20Rakamb?= =?UTF-8?q?da/rakambda-github-files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 46eb209..ecd7b2b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,19 @@ version: 2 +registries: + dockerhub: + type: docker-registry + url: https://registry.hub.docker.com + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_TOKEN }} + replaces-base: true + updates: - package-ecosystem: "gradle" directory: "/" schedule: interval: "daily" + time: "08:00" + timezone: "Europe/Paris" pull-request-branch-name: separator: "-" # Disable while paths can't be ignored as it'd update all 'auto-approve-sync-files.yml', Renovate will handle exclusion @@ -11,35 +21,49 @@ updates: # directory: "/" # schedule: # interval: "daily" +# time: "08:00" +# timezone: "Europe/Paris" # pull-request-branch-name: # separator: "-" - package-ecosystem: "docker" directory: "/" schedule: interval: "daily" + time: "08:00" + timezone: "Europe/Paris" pull-request-branch-name: separator: "-" + registries: + - dockerhub - package-ecosystem: "maven" directory: "/" schedule: interval: "daily" + time: "08:00" + timezone: "Europe/Paris" pull-request-branch-name: separator: "-" - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" + time: "08:00" + timezone: "Europe/Paris" pull-request-branch-name: separator: "-" - package-ecosystem: "nuget" directory: "/" schedule: interval: "daily" + time: "08:00" + timezone: "Europe/Paris" pull-request-branch-name: separator: "-" - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" + time: "08:00" + timezone: "Europe/Paris" pull-request-branch-name: separator: "-"