Skip to content

Commit 8d7f006

Browse files
committed
chore: disable v1 branch upkeep
1 parent bc029fe commit 8d7f006

2 files changed

Lines changed: 0 additions & 21 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,6 @@ updates:
1818
labels:
1919
- "auto-approve"
2020
open-pull-requests-limit: 5
21-
22-
# run same dependabot upgrades on v1-main
23-
- package-ecosystem: "github-actions"
24-
directory: "/"
25-
target-branch: "v1-main"
26-
schedule:
27-
interval: "weekly"
28-
labels:
29-
- "auto-approve"
30-
open-pull-requests-limit: 5
31-
- package-ecosystem: "pip"
32-
directory: "/packages/@aws-cdk/lambda-layer-awscli"
33-
target-branch: "v1-main"
34-
schedule:
35-
interval: "weekly"
36-
labels:
37-
- "auto-approve"
38-
open-pull-requests-limit: 5
3921

4022
# Non-TypeScript init template dependency updates
4123
- package-ecosystem: "pip"

.github/workflows/yarn-upgrade-v1main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Yarn Upgrade v1-main
22

33
on:
4-
schedule:
5-
# Every wednesday at 13:37 UTC
6-
- cron: 37 13 * * 3
74
workflow_dispatch: {}
85

96
jobs:

0 commit comments

Comments
 (0)