Outdated CI and Renovate configurations have been removed, and a new Dependabot configuration file for dependency management has been added.
This commit is contained in:
		@@ -1,26 +0,0 @@
 | 
				
			|||||||
name: RenovateBot
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
on:
 | 
					 | 
				
			||||||
  schedule:
 | 
					 | 
				
			||||||
    - cron: "@daily"
 | 
					 | 
				
			||||||
  push:
 | 
					 | 
				
			||||||
    branches:
 | 
					 | 
				
			||||||
      - master
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
jobs:
 | 
					 | 
				
			||||||
  renovate:
 | 
					 | 
				
			||||||
    container: ghcr.io/renovatebot/renovate:39
 | 
					 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    steps:
 | 
					 | 
				
			||||||
      - name: Checkout code
 | 
					 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      - name: Run renovate
 | 
					 | 
				
			||||||
        run: |
 | 
					 | 
				
			||||||
          renovate
 | 
					 | 
				
			||||||
        env:
 | 
					 | 
				
			||||||
          LOG_LEVEL: debug
 | 
					 | 
				
			||||||
          RENOVATE_CONFIG_FILE: renovate.config.cjs
 | 
					 | 
				
			||||||
          RENOVATE_REPOSITORIES: ${{ gitea.repository }}
 | 
					 | 
				
			||||||
          RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
 | 
					 | 
				
			||||||
							
								
								
									
										14
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					version: 2
 | 
				
			||||||
 | 
					updates:
 | 
				
			||||||
 | 
					  - package-ecosystem: "cargo"
 | 
				
			||||||
 | 
					    directory: "/"
 | 
				
			||||||
 | 
					    schedule:
 | 
				
			||||||
 | 
					      interval: "weekly"
 | 
				
			||||||
 | 
					  - package-ecosystem: "github-actions"
 | 
				
			||||||
 | 
					    directory: "/"
 | 
				
			||||||
 | 
					    schedule:
 | 
				
			||||||
 | 
					      interval: "weekly"
 | 
				
			||||||
 | 
					  - package-ecosystem: "devcontainers"
 | 
				
			||||||
 | 
					    directory: "/"
 | 
				
			||||||
 | 
					    schedule:
 | 
				
			||||||
 | 
					      interval: "weekly"
 | 
				
			||||||
							
								
								
									
										0
									
								
								.github/workflows/.gitkeep
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										0
									
								
								.github/workflows/.gitkeep
									
									
									
									
										vendored
									
									
								
							
							
								
								
									
										12
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,12 +0,0 @@
 | 
				
			|||||||
name: test suite
 | 
					 | 
				
			||||||
on: [push, pull_request]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
jobs:
 | 
					 | 
				
			||||||
  test:
 | 
					 | 
				
			||||||
    name: cargo test
 | 
					 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					 | 
				
			||||||
    steps:
 | 
					 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					 | 
				
			||||||
      - uses: dtolnay/rust-toolchain@stable
 | 
					 | 
				
			||||||
      - run: cargo check --all
 | 
					 | 
				
			||||||
      - run: cargo test --all-features
 | 
					 | 
				
			||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
name: test suite
 | 
					name: Test
 | 
				
			||||||
on: [push, pull_request]
 | 
					on: [push, pull_request]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
							
								
								
									
										10
									
								
								.renovaterc
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.renovaterc
									
									
									
									
									
								
							@@ -1,23 +1,21 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "assignees": [
 | 
					 | 
				
			||||||
    "valentineus"
 | 
					 | 
				
			||||||
  ],
 | 
					 | 
				
			||||||
  "extends": [
 | 
					  "extends": [
 | 
				
			||||||
    "config:recommended",
 | 
					    "config:recommended",
 | 
				
			||||||
    ":disableDependencyDashboard"
 | 
					    ":disableDependencyDashboard"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "automerge": true,
 | 
				
			||||||
  "packageRules": [
 | 
					  "packageRules": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "groupName": "all digest updates",
 | 
					      "groupName": "all digest updates",
 | 
				
			||||||
      "groupSlug": "all-digest",
 | 
					      "groupSlug": "all-digest",
 | 
				
			||||||
      "matchPackagePatterns": [
 | 
					 | 
				
			||||||
        "*"
 | 
					 | 
				
			||||||
      ],
 | 
					 | 
				
			||||||
      "matchUpdateTypes": [
 | 
					      "matchUpdateTypes": [
 | 
				
			||||||
        "minor",
 | 
					        "minor",
 | 
				
			||||||
        "patch",
 | 
					        "patch",
 | 
				
			||||||
        "pin",
 | 
					        "pin",
 | 
				
			||||||
        "digest"
 | 
					        "digest"
 | 
				
			||||||
 | 
					      ],
 | 
				
			||||||
 | 
					      "matchPackageNames": [
 | 
				
			||||||
 | 
					        "*"
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +0,0 @@
 | 
				
			|||||||
module.exports = {
 | 
					 | 
				
			||||||
	endpoint: "https://code.popov.link",
 | 
					 | 
				
			||||||
	gitAuthor: "RenovateBot <renovatebot@noreply.localhost>",
 | 
					 | 
				
			||||||
	optimizeForDisabled: true,
 | 
					 | 
				
			||||||
	platform: "gitea",
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user