aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml14
-rw-r--r--.github/renovate.json30
-rw-r--r--.github/workflows/mirror.yml15
3 files changed, 0 insertions, 59 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 6fa3854..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: "npm"
- directory: "/"
- schedule:
- interval: "weekly"
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"
- - package-ecosystem: "devcontainers"
- directory: "/"
- schedule:
- interval: "weekly"
diff --git a/.github/renovate.json b/.github/renovate.json
deleted file mode 100644
index bc629bb..0000000
--- a/.github/renovate.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "extends": [
- "config:recommended",
- ":disableDependencyDashboard"
- ],
- "assignees": [
- "valentineus"
- ],
- "labels": [
- "dependencies",
- "automated"
- ],
- "packageRules": [
- {
- "groupName": "all digest updates",
- "groupSlug": "all-digest",
- "matchUpdateTypes": [
- "minor",
- "patch",
- "pin",
- "digest"
- ],
- "matchPackageNames": [
- "*"
- ],
- "automerge": true
- }
- ]
-}
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
deleted file mode 100644
index f85936a..0000000
--- a/.github/workflows/mirror.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Mirror
-on: [push]
-
-jobs:
- mirror:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- fetch-depth: 0
- - uses: yesolutions/mirror-action@master
- with:
- REMOTE: 'https://git.popov.link/popov.link.git'
- GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
- GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}