File: dependabot.yml

package info (click to toggle)
ruby-memo-wise 1.5.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 384 kB
  • sloc: ruby: 2,663; makefile: 4; sh: 4
file content (20 lines) | stat: -rw-r--r-- 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 2

updates:
  # Maintain dependencies for Ruby's Bundler
  - package-ecosystem: bundler
    directory: "/"
    schedule:
      interval: daily

  # Maintain dependencies for Ruby's Bundler (for Benchmarks!)
  - package-ecosystem: bundler
    directory: "/benchmarks"
    schedule:
      interval: daily

  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"