File: dependabot.yaml

package info (click to toggle)
python-globus-sdk 4.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,180 kB
  • sloc: python: 35,340; sh: 37; makefile: 35
file content (20 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "semiannually"
    cooldown:
      default-days: 20
    groups:
      github-actions:
        patterns:
          - "*"

  # Prevent updates of requirements files used only for testing.
  - package-ecosystem: "pip"
    directory: "/requirements/"
    schedule:
      interval: "semiannually"
    ignore:
      - dependency-name: "*"