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+ # 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : ' composer' # See documentation for possible values
9+ directory : ' /' # Location of package manifests
10+ schedule :
11+ interval : ' daily'
12+ labels :
13+ - ' dependencies'
14+ - package-ecosystem : ' github-actions' # See documentation for possible values
15+ directory : ' /' # Location of package manifests
16+ schedule :
17+ interval : ' daily'
18+ labels :
19+ - ' dependencies'
20+ - package-ecosystem : ' npm' # See documentation for possible values
21+ directory : ' /' # Location of package manifests
22+ schedule :
23+ interval : ' daily'
24+ labels :
25+ - ' dependencies'
Original file line number Diff line number Diff line change 1313 permissions :
1414 contents : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - uses : akirk/extract-wp-hooks@1.3.0
1818 with :
1919 namespace : ' Microsub'
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Setup PHP
1818 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939
4040 - name : Setup PHP
4141 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments