File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3+ # Maintain dependencies for pnpm
34 - package-ecosystem : " npm"
45 directory : " /"
56 schedule :
67 interval : " daily"
8+ time : " 04:00"
9+ timezone : " UTC"
10+ open-pull-requests-limit : 10
711 labels :
812 - " dependencies"
9- - " npm "
13+ - " javascript "
1014 commit-message :
11- prefix : " chore(deps)"
12- open-pull-requests-limit : 5
15+ prefix : " chore(deps):"
16+ ignore :
17+ - dependency-name : " vite"
18+ update-types : ["version-update:semver-major"]
19+
20+ # Maintain dependencies for GitHub Actions
1321 - package-ecosystem : " github-actions"
14- directory : " .github/workflows "
22+ directory : " / "
1523 schedule :
16- interval : " daily"
24+ interval : " weekly"
25+ day : " monday"
26+ open-pull-requests-limit : 5
1727 labels :
1828 - " dependencies"
1929 - " github-actions"
2030 commit-message :
21- prefix : " chore(ci)"
22- open-pull-requests-limit : 5
31+ prefix : " chore(actions):"
Original file line number Diff line number Diff line change 22name : " 🛳 Deploy"
33on :
44 push :
5- branches : [main]
5+ branches : [main, next ]
66 workflow_dispatch : {}
77
88permissions :
Original file line number Diff line number Diff line change 2222 # 3) With great power comes great responsibility.
2323```
2424
25+ ## Branching Strategy
26+
27+ - ** ` main ` ** : Production branch. Contains stable, released code.
28+ - _ Rules_ : No direct commits. Pull requests only from ` next ` .
29+ - ** ` next ` ** : Development branch. Integration for new features and bug fixes.
30+ - _ Rules_ : No direct commits for major features. Pull requests from ` feature-* ` or ` bug-* ` branches.
31+
2532## Development
2633
2734- [ Propose] ( https://github.com/digital-clouds/osint/issues/new ) the resources
You can’t perform that action at this time.
0 commit comments