github.com/transparency-dev/armored-witness-applet@v0.1.1/.github/dependabot.yml (about) 1 # Please see the documentation for all configuration options: 2 # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates 3 4 version: 2 5 updates: 6 - package-ecosystem: gomod 7 directory: "/" 8 groups: 9 all-go-deps: 10 patterns: 11 - "*" 12 schedule: 13 interval: daily 14 commit-message: 15 prefix: ":seedling:" 16 include: "scope" 17 - package-ecosystem: "github-actions" 18 directory: "/" 19 groups: 20 all-gha-deps: 21 patterns: 22 - "*" 23 schedule: 24 interval: "daily" 25 commit-message: 26 prefix: ":seedling:" 27 include: "scope"