File: dependabot.yml

package info (click to toggle)
golang-github-transparency-dev-formats 0.0~git20250403.313b830-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: sh: 124; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
version: 2
updates:
- package-ecosystem: gomod
  directory: /
  groups:
    all-go-deps:
      patterns:
        - "*"
  schedule:
    interval: weekly
  commit-message:
    prefix: ":seedling:"
    include: "scope"

- package-ecosystem: github-actions
  directory: /
  groups:
    all-gha-deps:
      patterns:
        - "*"
  schedule:
    interval: weekly
  commit-message:
    prefix: ":seedling:"
    include: "scope"