Skip to content

Commit 915d343

Browse files
Copilotronisbr
andauthored
👷 Add dependabot configuration file (#37)
Agent-Logs-Url: https://github.com/JuliaSpace/ReferenceFrameRotations.jl/sessions/87cbf51f-8bed-4b13-89e2-3e32a932218b Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ronisbr <1068295+ronisbr@users.noreply.github.com>
1 parent 0498d02 commit 915d343

1 file changed

Lines changed: 30 additions & 0 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+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "09:00"
9+
timezone: "America/Sao_Paulo"
10+
11+
# Group all bumps into a single PR.
12+
groups:
13+
github-actions:
14+
patterns: ["*"]
15+
16+
# Keep open PR count manageable.
17+
open-pull-requests-limit: 5
18+
19+
# Auto-assign reviewer.
20+
reviewers:
21+
- ronisbr
22+
23+
# Add a label to these PRs for easy filtering
24+
labels:
25+
- "dependencies"
26+
- "github-actions"
27+
28+
# Useful commit message prefix
29+
commit-message:
30+
prefix: ":construction_worker:"

0 commit comments

Comments
 (0)