File: dependabot.yml

package info (click to toggle)
subprocess-tee 0.4.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: python: 266; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
version: 2
updates:
  - package-ecosystem: pip
    directory: /
    schedule:
      interval: daily
    labels:
      - skip-changelog
    versioning-strategy: lockfile-only
    open-pull-requests-limit: 0 # neutered
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: daily
    labels:
      - "skip-changelog"