Skip to content

Commit

Permalink
chore: bump semantic-release (#2023)
Browse files Browse the repository at this point in the history
* chore(deps) bump semantic-release

* Added .release to dependabot config
  • Loading branch information
ScottGuymer authored May 9, 2022
1 parent e73a267 commit e4c9983
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 1,091 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ updates:
directory: "/modules/runners/lambdas/runners"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/.release"
schedule:
interval: "weekly"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ secrets.auto.tfvars
.vscode

**/coverage/*

node_modules/
2 changes: 1 addition & 1 deletion .release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@semantic-release/github": "^8.0.2",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^4.6.3",
"semantic-release": "^18.0.1"
"semantic-release": "^19.0.2"
}
}
Loading

0 comments on commit e4c9983

Please sign in to comment.