From 5cef90fad93545b52943d998a16f3237e89e817b Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Fri, 17 Jan 2025 19:53:49 +1100 Subject: [PATCH] Enable actions and docker dependabot updates (#2167) --- .github/dependabot.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 750dc652..6e489314 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ # Docs: -# version: 2 +version: 2 # updates: # - package-ecosystem: npm # directory: / @@ -11,20 +11,20 @@ # timezone: "Asia/Kolkata" # open-pull-requests-limit: 15 -# - package-ecosystem: github-actions -# directory: / -# schedule: -# interval: weekly -# day: "tuesday" -# time: "01:00" -# timezone: "Asia/Kolkata" -# open-pull-requests-limit: 5 + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: "tuesday" + time: "01:00" + timezone: "Asia/Kolkata" + open-pull-requests-limit: 5 -# - package-ecosystem: docker -# directory: / -# schedule: -# interval: weekly -# day: "tuesday" -# time: "01:00" -# timezone: "Asia/Kolkata" -# open-pull-requests-limit: 5 + - package-ecosystem: docker + directory: / + schedule: + interval: weekly + day: "tuesday" + time: "01:00" + timezone: "Asia/Kolkata" + open-pull-requests-limit: 5