File tree Expand file tree Collapse file tree 3 files changed +747
-642
lines changed
Expand file tree Collapse file tree 3 files changed +747
-642
lines changed Original file line number Diff line number Diff line change 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+ version : 2
7+ updates :
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
12+ groups :
13+ actions-deps :
14+ patterns :
15+ - " *"
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 name : Build Docusaurus
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version : 22
22+ node-version : 24
2323 cache : npm
2424 cache-dependency-path : ' ./website/package-lock.json'
2525
You can’t perform that action at this time.
0 commit comments