File: dependabot.yml

package info (click to toggle)
antimeridian 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,964 kB
  • sloc: python: 1,172; sh: 8; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"
    versioning-strategy: increase-if-necessary