File: dependabot.yml

package info (click to toggle)
python-docs-theme 2026.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: javascript: 156; python: 146; makefile: 26
file content (14 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: monthly
    assignees:
      - "ezio-melotti"
    groups:
      actions:
        patterns:
          - "*"
    cooldown:
      default-days: 7