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 7740610 + 334dc46 commit dd77f53Copy full SHA for dd77f53
.github/CODEOWNERS
@@ -0,0 +1,5 @@
1
+# package-ecosystem: bundler, directories: /
2
+/Gemfile @increments/qiita-dev-group
3
+
4
+# package-ecosystem: github-actions, directories: /
5
+/.github/workflows @increments/qiita-dev-group
.github/dependabot.yml
@@ -0,0 +1,22 @@
+version: 2
+updates:
+ - package-ecosystem: "bundler"
+ directories:
6
+ - "/"
7
+ schedule:
8
+ interval: "daily"
9
+ time: "14:00"
10
+ timezone: "Asia/Tokyo"
11
+ open-pull-requests-limit: 5
12
+ rebase-strategy: "disabled"
13
14
+ - package-ecosystem: "github-actions"
15
16
17
18
19
20
21
22
0 commit comments