Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
chore(workflow): disable depsUpgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkuan committed Jul 22, 2021
1 parent 827a377 commit d8f7937
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { DependabotScheduleInterval } = require('projen/lib/github');
const PROJECT_DESCRIPTION = 'cdk8s-aws-load-balancer-controller is an CDK8S construct library that provides AWS Alb Load Balancer Controller Configure.';
const CDK_VERSION = '1.113.0';
const CDK8S_VERSION = '1.0.0-beta.10';
const CONSTRCUTS_VERSION = '3.3.97';
const CONSTRCUTS_VERSION = '3.3.100';
const project = new ConstructLibrary({
description: PROJECT_DESCRIPTION,
authorAddress: 'guan840912@gmail.com',
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

7 changes: 1 addition & 6 deletions yarn.lock

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

0 comments on commit d8f7937

Please sign in to comment.