sigs.k8s.io/external-dns@v0.14.1/.github/dependabot.yml (about)

     1  # To get started with Dependabot version updates, you'll need to specify which
     2  # package ecosystems to update and where the package manifests are located.
     3  # Please see the documentation for all configuration options:
     4  # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
     5  
     6  version: 2
     7  updates:
     8    - package-ecosystem: "gomod" # See documentation for possible values
     9      directory: "/" # Location of package manifests
    10      schedule:
    11        interval: "daily"
    12      groups:
    13        dev-dependencies:
    14          patterns:
    15            - "*"
    16      ignore:
    17        - dependency-name: "github.com/openshift/api"
    18        - dependency-name: "github.com/openshift/client-go"
    19        # miss tag on v1.19.0 in 2019
    20        # See https://pkg.go.dev/github.com/exoscale/egoscale?tab=versions
    21        - dependency-name: "github.com/exoscale/egoscale"
    22    - package-ecosystem: "github-actions"
    23      directory: "/"
    24      schedule:
    25        interval: "daily"
    26      groups:
    27        dev-dependencies:
    28          patterns:
    29            - "*"