diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a44519f..7cb83c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ -# ----------------------------------------------------------- # -# Note: this file originates in ahmadnassri/template-template # -# ----------------------------------------------------------- # +# ------------------------------------------------------------- # +# Note: this file is automatically managed in template-template # +# ------------------------------------------------------------- # version: 2 updates: @@ -13,6 +13,8 @@ updates: include: scope schedule: interval: daily + time: "10:00" + timezone: America/Toronto - package-ecosystem: github-actions open-pull-requests-limit: 10 @@ -23,6 +25,8 @@ updates: include: scope schedule: interval: daily + time: "10:00" + timezone: America/Toronto - package-ecosystem: npm open-pull-requests-limit: 10 @@ -33,6 +37,8 @@ updates: include: scope schedule: interval: daily + time: "10:00" + timezone: America/Toronto - package-ecosystem: bundler open-pull-requests-limit: 10 @@ -43,6 +49,8 @@ updates: include: scope schedule: interval: daily + time: "10:00" + timezone: America/Toronto - package-ecosystem: docker open-pull-requests-limit: 10 @@ -53,3 +61,5 @@ updates: include: scope schedule: interval: daily + time: "10:00" + timezone: America/Toronto