Skip to content

Commit

Permalink
senzing-factory/build-resources#78 automerge patch version prs (#29)
Browse files Browse the repository at this point in the history
* senzing-factory/build-resources#78 automerge patch version prs

* Add to pylintrc disabled list

---------

Co-authored-by: docktermj <michael@dockter.com>
  • Loading branch information
kernelsam and docktermj authored Dec 5, 2024
1 parent c3bc383 commit d0d9c94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ disable=
too-many-arguments,
too-many-branches,
too-many-locals,
too-many-positional-arguments,
too-many-statements,
trailing-whitespace,
undefined-variable,
Expand Down
15 changes: 15 additions & 0 deletions dependabot-approve-and-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dependabot approve and merge

on:
pull_request:
branches: [main]

permissions:
contents: write
pull-requests: write

jobs:
dependabot-approve-and-merge:
secrets:
SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v2

0 comments on commit d0d9c94

Please sign in to comment.