From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Fri, 17 Jan 2025 08:53:49 +0000 (+1100) Subject: Enable actions and docker dependabot updates (#2167) X-Git-Tag: v4.3.0~16 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=5cef90fad93545b52943d998a16f3237e89e817b;p=rainny.git Enable actions and docker dependabot updates (#2167) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 750dc65..6e48931 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