File: dependabot.yml

package info (click to toggle)
python-pytooling 8.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,752 kB
  • sloc: python: 25,618; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 516 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
version: 2
updates:
  # Maintain Python packages
  - package-ecosystem: "pip"
    directory: "/"
    target-branch: dev
    commit-message:
      prefix: "[Dependabot]"
    labels:
      - Dependencies
    schedule:
      interval: "daily"    # Checks on Monday trough Friday.

  # Maintain GitHub Action runners
  - package-ecosystem: "github-actions"
    directory: "/"
    target-branch: dev
    commit-message:
      prefix: "[Dependabot]"
    labels:
      - Dependencies
    schedule:
      interval: "weekly"