5 Commits

Author SHA1 Message Date
David Gamero
99a67fc861 directory for npm 2024-09-03 15:31:29 -04:00
David Gamero
b69ae10816 format 2024-09-03 15:13:33 -04:00
David Gamero
8c6b38b357 Create dependabot.yml 2024-09-03 13:54:48 -04:00
Alexandre Leveille
2a0a121944 Update README.md (#102)
Update README.md version of the action from v3 (deprecated NodeJS 16) to v4 (NodeJS 20)
2024-08-01 11:27:45 -04:00
David Gamero
619a3634cc Update release-pr.yml (#101) 2024-03-22 15:42:20 -04:00
3 changed files with 20 additions and 2 deletions

18
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
groups:
actions:
patterns:
- '*'
- package-ecosystem: github-actions
directory: .github/workflows
schedule:
interval: weekly
groups:
actions:
patterns:
- '*'

View File

@@ -13,6 +13,6 @@ jobs:
permissions:
actions: read
contents: write
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@a705b2ab6a3ee889f2b0d925ad0bd2f9eb733ce6
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@v1
with:
changelogPath: ./CHANGELOG.md

View File

@@ -5,7 +5,7 @@
Acceptable values are latest or any semantic version string like `v1.15.0`. Use this action in workflow to define which version of kubectl will be used.
```yaml
- uses: azure/setup-kubectl@v3
- uses: azure/setup-kubectl@v4
with:
version: '<version>' # default is latest stable
id: install