...

Text file src/go.einride.tech/aip/.github/dependabot.yml

Documentation: go.einride.tech/aip/.github

     1version: 2
     2
     3updates:
     4  - package-ecosystem: github-actions
     5    directory: /
     6    schedule:
     7      interval: monthly
     8
     9  - package-ecosystem: gomod
    10    directory: /
    11    schedule:
    12      interval: monthly
    13    groups:
    14      all:
    15        patterns: ["*"]
    16
    17  - package-ecosystem: gomod
    18    directory: .sage
    19    schedule:
    20      interval: monthly

View as plain text