File: dependabot.yml

package info (click to toggle)
ginga 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,380 kB
  • sloc: python: 97,109; javascript: 409; makefile: 146
file content (28 lines) | stat: -rw-r--r-- 583 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
27
28
version: 2
updates:

  - package-ecosystem: "github-actions" # See documentation for possible values
    directory: ".github/workflows" # Location of package manifests
    target-branch: "main"
    schedule:
      interval: "monthly"
      time: "02:10"
    groups:
      actions:
        patterns:
          - "*"
    cooldown:
      default-days: 14

  - package-ecosystem: pip
    directory: "/"
    target-branch: "main"
    schedule:
      interval: "monthly"
      time: "02:00"
    groups:
      actions:
        patterns:
          - "*"
    cooldown:
      default-days: 14