mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Configuring Dependabot for daily dependency updates and deleting Renovate configurations
This commit is contained in:
		@@ -1,14 +0,0 @@
 | 
			
		||||
name: Test
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    container: gitea/runner-images:ubuntu-latest
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
      - uses: actions/setup-node@v4
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: 22
 | 
			
		||||
      - run: npm ci
 | 
			
		||||
      - run: npm run check
 | 
			
		||||
@@ -1,16 +0,0 @@
 | 
			
		||||
name: RenovateBot
 | 
			
		||||
on:
 | 
			
		||||
  schedule:
 | 
			
		||||
    - cron: "@daily"
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  renovate:
 | 
			
		||||
    container: ghcr.io/renovatebot/renovate:39
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v4
 | 
			
		||||
      - run: renovate
 | 
			
		||||
        env:
 | 
			
		||||
          RENOVATE_CONFIG_FILE: renovate.config.cjs
 | 
			
		||||
          RENOVATE_REPOSITORIES: ${{ gitea.repository }}
 | 
			
		||||
          RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user