-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
48 lines (42 loc) · 987 Bytes
/
Copy pathdependabot.yml
File metadata and controls
48 lines (42 loc) · 987 Bytes
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# SPDX-License-Identifier: MPL-2.0
# Dependabot configuration for RSR-compliant repositories
# Covers common ecosystems - remove unused ones for your project
version: 2
updates:
# GitHub Actions - always include
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
# Rust/Cargo
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
# Elixir/Mix
- package-ecosystem: "mix"
directory: "/"
schedule:
interval: "weekly"
# Node.js/npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
# Python/pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
# Nix flakes
- package-ecosystem: "nix"
directory: "/"
schedule:
interval: "weekly"