diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index c395fc3..cbd1370 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -16,10 +16,6 @@ jobs: - uses: actions/checkout@v6 - run: renovate env: - RENOVATE_CONFIG_FILE: "/workspace/gitea/renovate-config/config.js" + RENOVATE_CONFIG_FILE: "/workspace/daanselen/renovate-config/config.js" LOG_LEVEL: "debug" RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} - GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }} - HUB_DOCKER_COM_USER: ${{ secrets.HUB_DOCKER_COM_USER }} - HUB_DOCKER_COM_TOKEN: ${{ secrets.HUB_DOCKER_COM_TOKEN }} diff --git a/LICENSE b/LICENSE index 00169ab..f1d7c16 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2023 gitea +Copyright (c) 2024 DaanSelen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 80f8133..c0080f9 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Usage: { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>gitea/renovate-config", -+ "local>gitea/renovate-config:go-deps" + "local>daanselen/renovate-config", ++ "local>daanselen/renovate-config:go-deps" ] } ``` @@ -44,8 +44,8 @@ Usage: { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>gitea/renovate-config", -+ "local>gitea/renovate-config:npm-deps" + "local>daanselen/renovate-config", ++ "local>daanselen/renovate-config:npm-deps" ] } ``` @@ -63,8 +63,8 @@ Usage: { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>gitea/renovate-config", -+ "local>gitea/renovate-config:workflow-deps" + "local>daanselen/renovate-config", ++ "local>daanselen/renovate-config:workflow-deps" ] } ``` @@ -82,8 +82,8 @@ Usage: { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>gitea/renovate-config", -+ "local>gitea/renovate-config:security" + "local>daanselen/renovate-config", ++ "local>daanselen/renovate-config:security" ] } ```