File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 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. 
Original file line number Diff line number Diff line change 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 
Original file line number Diff line number Diff line change 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+ }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments