Skip to content

Commit 8562e76

Browse files
authored
add some configs there
1 parent 1bd7868 commit 8562e76

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
# Comment this out if you don't use GitLab for issue tracking.
4+
# Otherwise, update the URL to your GitLab project.
5+
- name: This project is moved to GitLab
6+
url: https://gitlab.com/recaptime-dev/templates/base-repo/-/issues
7+
about: We use GitLab for issue tracking. Please report issues there.

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This is a barebones Dependabot configuration file for GitHub Actions. If you need Dependabot to manage other package
2+
# ecosystems, you can add them to this file. For more information, see the following GitHub Docs articles:
3+
# - https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates
4+
# - https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/customizing-dependabot-security-prs
5+
version: 2
6+
enable-beta-ecosystems: true
7+
updates:
8+
- directory: /
9+
package-ecosystem: github-actions
10+
schedule:
11+
cronjob: "30 0 * * 2"
12+
timezone: "Etc/UTC"
13+
interval: cron
14+
commit-message:
15+
include: scope
16+
prefix: "chore(github-actions)"
17+
labels:
18+
- dependencies
19+
- ci/github-actions
20+
- automations/dependabot

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"yaml.schemas": {
3+
"https://www.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml"
4+
},
5+
"git.alwaysSignOff": true,
6+
"editor.insertSpaces": true,
7+
"editor.indentSize": "tabSize",
8+
"editor.tabSize": 2
9+
}

0 commit comments

Comments
 (0)