File: dependabot.yml

package info (click to toggle)
anta 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,048 kB
  • sloc: python: 48,164; sh: 28; javascript: 9; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 765 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
22
23
24
25
26
27
28
29
30
31
32
33
34
# Basic set up for three package managers

version: 2
updates:
  # Maintain dependencies for Python
  # Dependabot supports updates to pyproject.toml files
  # if they follow the PEP 621 standard.
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "daily"
    reviewers:
      - "titom73"
      - "gmuloc"
      - "mtache"
      - "carl-baillargeon"
    labels:
      - 'dependencies'
    pull-request-branch-name:
      separator: "/"
    commit-message:
      prefix: "chore: "
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    reviewers:
      - "titom73"
      - "gmuloc"
    labels:
      - 'CI'
    commit-message:
      prefix: "ci: "