Skip to content

Commit

Permalink
feat: enable auto approve on updates
Browse files Browse the repository at this point in the history
  • Loading branch information
markussiebert committed Apr 9, 2022
1 parent ee5f094 commit ef159ae
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .github/workflows/auto-approve.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
],
defaultReleaseBranch: 'main',
npmignoreEnabled: true,
autoApproveUpgrades: true,
autoApproveOptions: {
allowedUsernames: ['markussiebert']
},
name: 'cdk-sops-secrets',
repositoryUrl: 'https://github.com/markussiebert/cdk-sops-secrets.git',
// deps: [], /* Runtime dependencies of this module. */
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![release](https://github.com/markussiebert/cdk-sops-secrets/actions/workflows/release.yml/badge.svg)](https://github.com/markussiebert/cdk-sops-secrets/actions/workflows/release.yml)  
[![security-vulnerabilities](
https://img.shields.io/github/issues-search/markussiebert/cdk-sops-secrets?color=%23ff0000&label=security-vulnerabilities&query=is%3Aissue%20is%3Aopen%20label%3A%22security%20vulnerability%22)](https://github.com/markussiebert/cdk-sops-secrets/issues?q=is%3Aissue+is%3Aopen+label%3A%22security+vulnerability%22)  
[![cdk-construct-hub](https://img.shields.io/badge/CDK-ConstructHub-blue)](https://constructs.dev/packages/cdk-sops-secrets)  

## Introducation

Expand Down

0 comments on commit ef159ae

Please sign in to comment.