File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Please see the documentation for all configuration options:
2+ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
3+
4+ version : 2
5+ updates :
6+ - package-ecosystem : npm
7+ directory : " /"
8+ schedule : { interval: weekly }
9+ cooldown : { default-days: 15 }
10+
11+ - package-ecosystem : github-actions
12+ directory : " /"
13+ schedule : { interval: weekly }
14+ cooldown : { default-days: 15 }
Original file line number Diff line number Diff line change 1+ name : Sync Default Branch
2+ on :
3+ push : { branches: main }
4+ workflow_dispatch :
5+ permissions : { contents: read }
6+
7+ jobs :
8+ sync :
9+ permissions : { contents: write }
10+ uses : nodenv/.github/.github/workflows/sync-default-branch.yml@v4
11+ # One-time commands for users to switch-over:
12+ #
13+ # ```console
14+ # git branch -m master main
15+ # git fetch origin
16+ # git branch -u origin/main main
17+ # git remote set-head origin -a
18+ # ```
You can’t perform that action at this time.
0 commit comments