github.com/getgauge/gauge@v1.6.9/.github/dependabot.yml (about) 1 version: 2 2 updates: 3 - package-ecosystem: gomod 4 directory: "/" 5 schedule: 6 interval: weekly 7 allow: 8 - dependency-type: all 9 - package-ecosystem: "github-actions" 10 directory: "/" 11 schedule: 12 interval: weekly 13 groups: 14 github-actions: 15 patterns: 16 - "*" 17 - package-ecosystem: npm 18 directory: "/build/npm" 19 schedule: 20 interval: weekly 21 groups: 22 build-npm: 23 patterns: 24 - "*" 25 - package-ecosystem: pip 26 directory: "build/pip" 27 schedule: 28 interval: weekly 29 groups: 30 build-python: 31 patterns: 32 - "*"