Skip to content

Commit

Permalink
ci: GitHub actions sync files (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build authored May 17, 2022
1 parent ed67cfd commit d59ce96
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 45 deletions.
27 changes: 27 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
changelog:
exclude:
authors:
- micronaut-build
categories:
- title: Breaking Changes 🛠
labels:
- 'type: breaking'
- title: New Features 🎉
labels:
- 'type: enhancement'
- title: Bug Fixes 🐞
labels:
- 'type: bug'
- title: Improvements ⭐
labels:
- 'type: improvement'
- title: Docs 📖
labels:
- 'type: docs'
- title: Dependency updates 🚀
labels:
- 'type: dependency-upgrade'
- 'dependency-upgrade'
- title: Other Changes 💡
labels:
- "*"
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
],
"prHourlyLimit": 1,
"prConcurrentLimit": 20,
"timezone": "Europe/Prague"
"timezone": "Europe/Prague",
"packageRules": [
{
"matchPackagePatterns": ["actions.*"],
"dependencyDashboardApproval": true
}
]
}
44 changes: 0 additions & 44 deletions .github/workflows/dependency-update.yml

This file was deleted.

0 comments on commit d59ce96

Please sign in to comment.