Compare commits

..

No commits in common. "7f36bb2abd6e5ff5d52c8e18dd2d407f92cd029e" and "6a0cfbc7cd1adec646902840165ae7a8f8afd7be" have entirely different histories.

6 changed files with 0 additions and 51 deletions

View File

@ -1,8 +0,0 @@
module.exports = {
"endpoint": "https://git.dev-null.rocks/api/v1", // replace it with your actual endpoint
"gitAuthor": "Renovate Bot <renovate-bot@dev-null.rocks>",
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
};

View File

@ -1,20 +0,0 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:39.207.2
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ".gitea/workflows/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token

5
.gitignore vendored
View File

@ -20,8 +20,3 @@ Cargo.lock
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# Added by cargo
/target

View File

@ -1,6 +0,0 @@
[package]
name = "tsp-rs"
version = "0.1.0"
edition = "2021"
[dependencies]

View File

@ -1,9 +0,0 @@
{
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}