We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa1f079 + d1ac82c commit 2047b08Copy full SHA for 2047b08
.github/CODEOWNERS
@@ -0,0 +1,2 @@
1
+## code changes will send PR to following users
2
+* @Think-Cube/think-cube
.github/dependabot.yml
@@ -0,0 +1,14 @@
+version: 2
+updates:
3
+ - package-ecosystem: "terraform"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ timezone: "Europe/London"
8
+ - package-ecosystem: "github-actions"
9
10
11
+ interval: "weekly"
12
+ day: "monday"
13
+ time: "20:00"
14
0 commit comments