File: dependabot.yml

package info (click to toggle)
scikit-rf 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 82,128 kB
  • sloc: python: 33,328; makefile: 130; sh: 19
file content (21 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
  directory: "/"
  schedule:
    interval: "monthly"
  target-branch: "dependencies"
  assignees:
  - "jhillairet"

# Maintain dependencies for python
- package-ecosystem: "pip"
  directory: "/"
  schedule:
    interval: "monthly"
  target-branch: "dependencies"
  versioning-strategy: "increase-if-necessary"
  assignees:
  - "jhillairet"