Skip to content

Commit

Permalink
🔥 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 24, 2023
1 parent 6b47df5 commit 0a7753e
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 559 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

36 changes: 19 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "⬆️ Dep"


# Maintain dependencies for poetry
- package-ecosystem: "pip"
directory: "/"
target-branch: "dev"
schedule:
interval: "daily"
commit-message:
prefix: "⬆️ Dep"
prefix: "⬆️ 🤖 Dependencies"


# Maintain dependencies for GitHub Actions
# - package-ecosystem: "github-actions"
# directory: "/"
# #target-branch: "dev"
# schedule:
# interval: "weekly"
# commit-message:
# prefix: "⬆️ Dep"

# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/.requirements/"
schedule:
interval: "weekly"
commit-message:
prefix: "⬆️ Dep"

#- package-ecosystem: "pip"
# directory: "/.requirements/"
# schedule:
# interval: "weekly"
# commit-message:
# prefix: "⬆️ Dep"
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(⬆️)",
":semanticCommitTypeAll(⬆️ 🛠️)",
":disableDependencyDashboard"
],
"semanticCommits": "enabled",
Expand All @@ -16,6 +16,7 @@
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"matchBaseBranches": ["dev"],
"minimumReleaseAge": "15 days"
},
{
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/archive/☁️Deploy.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/archive/⛙Automerge.yml

This file was deleted.

141 changes: 0 additions & 141 deletions .github/workflows/archive/🐍Build.yml

This file was deleted.

Loading

0 comments on commit 0a7753e

Please sign in to comment.