Skip to content

Commit

Permalink
Merge pull request #12 from valadas/mergeable
Browse files Browse the repository at this point in the history
Adds mergeable and dependabot configs
  • Loading branch information
valadas authored Jul 8, 2024
2 parents 499e85c + 3b1cbd9 commit b760dd9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
- package-ecosystem: "nuget"
directory: "/build"
schedule:
interval: "monthly"
12 changes: 12 additions & 0 deletions .github/mergeable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
mergeable:
- when: pull_request.*, issues.*
validate:
- do: milestone
no_empty:
enabled: true
message: 'A milestone must be assigned to this pull request'
- do: label
no_empty:
enabled: true
message: 'A label must be assigned to this pull request'

0 comments on commit b760dd9

Please sign in to comment.