Skip to content

Commit 2047b08

Browse files
authored
Merge pull request #3 from Think-Cube/patch
Patch
2 parents aa1f079 + d1ac82c commit 2047b08

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## code changes will send PR to following users
2+
* @Think-Cube/think-cube

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "terraform"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
timezone: "Europe/London"
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
day: "monday"
13+
time: "20:00"
14+
timezone: "Europe/London"

0 commit comments

Comments
 (0)