Skip to content

Commit

Permalink
Add dependabot and paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu committed Jan 3, 2024
1 parent 29ea0a0 commit ac7b24f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:

- package-ecosystem: "npm"
schedule:
interval: "daily"
versioning-strategy: increase
6 changes: 6 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
workflow_dispatch:
push:
branches: [ main ]
paths-ignore:
- README.md
- .dockerignore
- .gitignore
- .gitpod.yml
- LICENSE
tags:
- 'v*'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Note that this application is not able to reject all invalid requests.

Currently, the Mock terminal is used to end-to-end test our In-Person Payments Integration Examples in [**.NET**](https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/in-person-payments-example), [**Java**](https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/in-person-payments-example) or [**Node.js**](https://github.com/adyen-examples/adyen-node-online-payments/tree/main/in-person-payments-example).

> Note: This application is in its alpha-phase.
> Note: This application is currently in its alpha-release.
## Prerequisites
- Node.js 18+
Expand Down

0 comments on commit ac7b24f

Please sign in to comment.