Skip to content

Commit

Permalink
adjust dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
daknhh committed Apr 26, 2023
1 parent 4d10fd4 commit ef7845a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@

## Released

## 3.1.6
### Added
## 3.1.7
### Fixed
- Bump @aws-sdk/client-cloudwatch from 3.315.0 to 3.319.0
- Bump @types/node from 10.17.27 to 18.16.1
- Bump ts-node from 9.1.1 to 10.9.1
- Bump @aws-sdk/client-service-quotas from 3.315.0 to 3.319.0
- Bump typescript-json-schema from 0.53.1 to 0.56.0

### Changed:
- adjust dependabot interval to weekly

- ### Added
- added [dependabot](https://github.com/dependabot)

- ## 3.1.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-firewall-factory",
"version": "3.1.6",
"version": "3.1.7",
"bin": {
"firewallfactory": "bin/aws-firewall-factory.js"
},
Expand Down

0 comments on commit ef7845a

Please sign in to comment.