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