Skip to content

Commit

Permalink
Merge pull request #102 from randovania/chore/ci
Browse files Browse the repository at this point in the history
Fix dependabot config, GH release notes generation
  • Loading branch information
henriquegemignani authored Nov 29, 2024
2 parents bcb2ca9 + 84a5773 commit fdb9825
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
labels:
- "dependencies"
open-pull-requests-limit: 2


- package-ecosystem: "github-actions"
directory: "/"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
7 changes: 7 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- pre-commit-ci
- dependabot

0 comments on commit fdb9825

Please sign in to comment.