-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrepositories.yaml
More file actions
34 lines (27 loc) · 919 Bytes
/
repositories.yaml
File metadata and controls
34 lines (27 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# BrightNucleus Repository Sync Configuration
# ==========================================
# GitHub organization name
organization: brightnucleus
# Repositories to exclude from sync (e.g., the dev repo itself)
exclude_repos:
- brightnucleus.dev
# Common default branch names to check (in order of preference)
default_branch_names:
- main
- master
- develop
# Safety checks before updating repositories
safety_checks:
# Check for uncommitted changes before updating
check_uncommitted: true
# Check for unpushed commits before updating
check_unpushed: true
# Create backup before updating (not implemented yet)
create_backup: false
# Additional repository-specific configurations
# You can override settings for specific repositories
repository_overrides: []
# Example:
# - name: specific-repo
# default_branch: custom-branch
# skip_update: false