Skip to content

Commit 0c85345

Browse files
authored
Enhance Dependabot configuration for updates
Added configuration for GitHub Actions and updated pip package schedules.
1 parent 0f7655a commit 0c85345

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
---
7+
version: 2
8+
updates:
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
groups:
12+
github-actions:
13+
patterns:
14+
- "*"
15+
exclude-patterns:
16+
- "actions/*"
17+
- "github/*"
18+
github-owned-actions:
19+
patterns:
20+
- "actions/*"
21+
- "github/*"
22+
schedule:
23+
interval: "weekly"
24+
25+
- package-ecosystem: pip
26+
directory: /papers/P2988
27+
schedule:
28+
interval: daily
29+
30+
- package-ecosystem: pip
31+
directory: /
32+
schedule:
33+
interval: daily
34+

0 commit comments

Comments
 (0)