Skip to content

Commit 8c60d67

Browse files
committed
chore: add dependabot
1 parent aa701f3 commit 8c60d67

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 2024 ETH Zurich and University of Bologna.
2+
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
3+
# SPDX-License-Identifier: SHL-0.51
4+
5+
version: 2
6+
updates:
7+
# Python dependencies managed by uv (pyproject.toml + uv.lock)
8+
- package-ecosystem: "uv"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
cooldown:
13+
default-days: 7
14+
groups:
15+
python-deps:
16+
patterns: ["*"]
17+
18+
# GitHub Actions used in .github/workflows
19+
- package-ecosystem: "github-actions"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
cooldown:
24+
default-days: 7
25+
groups:
26+
github-actions:
27+
patterns: ["*"]

0 commit comments

Comments
 (0)