github.com/opencontainers/runc@v1.2.0-rc.1.0.20240520010911-492dc558cdd6/.github/dependabot.yml (about) 1 # Please see the documentation for all configuration options: 2 # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates 3 4 version: 2 5 updates: 6 # Dependencies listed in go.mod 7 - package-ecosystem: "gomod" 8 directory: "/" # Location of package manifests 9 schedule: 10 interval: "daily" 11 12 # Dependencies listed in .github/workflows/*.yml 13 - package-ecosystem: "github-actions" 14 directory: "/" 15 schedule: 16 interval: "daily" 17 18 # Dependencies listed in Dockerfile 19 - package-ecosystem: "docker" 20 directory: "/" 21 schedule: 22 interval: "daily"