Skip to content

Commit 72ab3e3

Browse files
authored
Merge pull request #5731 from plotly/fix-dependabot-config
Fix dependabot config, and add GitHub actions to config
2 parents b98d3c5 + 2c26502 commit 72ab3e3

2 files changed

Lines changed: 30 additions & 9 deletions

File tree

.github/dependabot.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
version: 2
2+
3+
updates:
4+
# Update package versions pinned in uv.lock.
5+
# Note that these updates only affect what dependency versions we use in the CI;
6+
# they have no effect on the release artifacts.
7+
# Still, it's important that we run our CI against the latest dependency versions
8+
# in order to catch any potential issues early.
9+
- package-ecosystem: "uv"
10+
directory: "/"
11+
schedule:
12+
interval: "weekly"
13+
cooldown:
14+
default-days: 3 # Should match tool.uv.exclude-newer option in pyproject.toml
15+
groups:
16+
uv-dependencies:
17+
patterns:
18+
- "*"
19+
20+
# Update pinned versions for third-party GitHub Actions workflows
21+
- package-ecosystem: "github-actions"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"
25+
groups:
26+
github-actions:
27+
patterns:
28+
- "*"
29+
cooldown:
30+
default-days: 3

dependabot.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)