Skip to content

Commit

Permalink
Merge pull request #118 from exonet/rja/remove-auto-merge-action
Browse files Browse the repository at this point in the history
Remove "auto-merge" github action
  • Loading branch information
robbinjanssen authored Jan 9, 2024
2 parents c600285 + ef27ba6 commit 8238ed1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 66 deletions.
24 changes: 21 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,35 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "weekly"
day: "tuesday"
time: "03:00"
groups:
patches-and-minor-upgrades:
update-types:
- "minor"
- "patch"

- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
interval: daily
interval: "weekly"
day: "tuesday"
time: "03:30"
groups:
patches-and-minor-upgrades:
update-types:
- "minor"
- "patch"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
interval: "weekly"
day: "tuesday"
time: "04:00"
groups:
patches-and-minor-upgrades:
update-types:
- "minor"
- "patch"
3 changes: 0 additions & 3 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,3 @@
- name: "skip-changelog"
color: fef2c0
description: "This issue or PR is exempted from the release notes."
- name: "automerge"
color: fef2c0
description: "Merge this PR automatically when there are no conflicts and all required checks are passed."
21 changes: 0 additions & 21 deletions .github/workflows/auto-merge.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/dependabot.yml

This file was deleted.

0 comments on commit 8238ed1

Please sign in to comment.