Skip to content

Commit

Permalink
Merge pull request #62 from globaldatanet/daknhh-patch-1
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
daknhh authored Apr 26, 2023
2 parents 2744d09 + 6fc6468 commit 253b0ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Change Log

## Released
## 3.1.5

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

- ## 3.1.5
### Fixed
- `versionEnabled` must be set to true if version is defined
- Don't fail in CI is job is skipped
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.5",
"version": "3.1.6",
"bin": {
"firewallfactory": "bin/aws-firewall-factory.js"
},
Expand Down

0 comments on commit 253b0ca

Please sign in to comment.