all repos

onasty @ 09a22a834f95a9c5a2c710c084cdb039c29283fb

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
        2
         updates:

      
        3
        3
           - package-ecosystem: gomod

      
        4
        4
             directory: /

      
        5
        
        -    open-pull-requests-limit: 3

      
        
        5
        +    open-pull-requests-limit: 6

      
        6
        6
             schedule:

      
        7
        
        -      interval: weekly

      
        
        7
        +      interval: monthly

      
        
        8
        +      day: wednesday

      
        8
        9
         

      
        9
        10
           - package-ecosystem: docker

      
        10
        11
             directories:

      ···
        13
        14
             open-pull-requests-limit: 2

      
        14
        15
             schedule:

      
        15
        16
               interval: monthly

      
        
        17
        +      day: wednesday

      
        16
        18
         

      
        17
        19
           - package-ecosystem: github-actions

      
        18
        
        -    directory: .github/workflows

      
        
        20
        +    directory: /

      
        19
        21
             open-pull-requests-limit: 2

      
        20
        22
             schedule:

      
        21
        23
               interval: monthly

      
        
        24
        +      day: wednesday