dependabot.yaml
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 8 updates: 9 - package-ecosystem: "github-actions" 10 # Workflow files stored in the default location of `.github/workflows` 11 directory: "/" 12 schedule: 13 interval: "daily" 14 reviewers: 15 - "Defelo" 16 17 - package-ecosystem: "docker" 18 directory: "/" 19 schedule: 20 interval: "daily" 21 reviewers: 22 - "Defelo" 23 24 - package-ecosystem: "pip" 25 directory: "/" 26 schedule: 27 interval: "daily" 28 reviewers: 29 - "Defelo" 30 31 - package-ecosystem: "gitsubmodule" 32 directory: "/" 33 schedule: 34 interval: "daily" 35 reviewers: 36 - "Defelo"