We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b65d8 commit 29fad14Copy full SHA for 29fad14
1 file changed
.github/dependabot.yml
@@ -1,4 +1,4 @@
1
-# SPDX-FileCopyrightText: 2026 James Harton
+# SPDX-FileCopyrightText: 2025 James Harton
2
#
3
# SPDX-License-Identifier: Apache-2.0
4
@@ -10,13 +10,9 @@ updates:
10
interval: "weekly"
11
groups:
12
dev-dependencies:
13
- patterns:
14
- - "credo"
15
- - "dialyxir"
16
- - "ex_check"
17
- - "ex_doc"
18
- - "git_ops"
19
- - "mix_audit"
+ dependency-type: 'development'
+ prod-dependencies:
+ dependency-type: 'production'
20
21
- package-ecosystem: "github-actions"
22
directory: "/"
0 commit comments