Skip to content

Commit

Permalink
Merge pull request #283 from mraniki/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Aug 24, 2023
2 parents 6b47df5 + 54ec348 commit 55d0862
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 561 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

22 changes: 3 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
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"

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

prefix: "⬆️ 🤖 Dependencies"
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.

60 changes: 0 additions & 60 deletions .github/workflows/archive/🐳Docker.yml

This file was deleted.

Loading

0 comments on commit 55d0862

Please sign in to comment.