Skip to content

Commit 409386c

Browse files
committed
feat: Add Dependabot for GHA and Renovate for pixi
1 parent c52c478 commit 409386c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
":dependencyDashboard",
6+
"group:allNonMajor"
7+
],
8+
"packageRules": [
9+
{
10+
"matchManagers": ["pixi"],
11+
"groupName": "pixi dependencies"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)