all repos

onasty @ 09a22a8

a one-time notes service
1 files changed, 6 insertions(+), 3 deletions(-)
chore/make dependabot less anoyying (#100)

* chore(dependabot): update dependencies on monthly basis

* chore(dependabot): increase `open-pull-requests-limit` option
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed by: GitHub noreply@github.com
Committed at: 2025-04-17 22:07:01 +0300
Parent: 0430cad
M .github/dependabot.yml

@@ -2,9 +2,10 @@ version: 2

updates: - package-ecosystem: gomod directory: / - open-pull-requests-limit: 3 + open-pull-requests-limit: 6 schedule: - interval: weekly + interval: monthly + day: wednesday - package-ecosystem: docker directories:

@@ -13,9 +14,11 @@ - /mailer

open-pull-requests-limit: 2 schedule: interval: monthly + day: wednesday - package-ecosystem: github-actions - directory: .github/workflows + directory: / open-pull-requests-limit: 2 schedule: interval: monthly + day: wednesday