File: dependabot.yml

package info (click to toggle)
python-cs 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 216 kB
  • sloc: python: 1,127; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Set update schedule for GitHub Actions
---
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"