@emartech/program-executor 3.13.0 → 3.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,10 @@
1
1
  name: CI
2
2
 
3
- on: [push]
3
+ on:
4
+ push:
5
+ branches: [main]
6
+ pull_request:
7
+ branches: [main]
4
8
 
5
9
  env:
6
10
  NPM_TOKEN: ${{ secrets.NPM_PUBLISHER_TOKEN }}
@@ -56,6 +60,17 @@ jobs:
56
60
  PUBSUB_PROJECT_ID: some-project-id
57
61
  PUBSUB_TIMEOUT: 2000
58
62
 
63
+ dependabot-auto-merge:
64
+ needs: test
65
+ runs-on: ubuntu-latest
66
+
67
+ permissions:
68
+ pull-requests: write
69
+ contents: write
70
+
71
+ steps:
72
+ - uses: fastify/github-action-merge-dependabot@v3
73
+
59
74
  deploy:
60
75
  name: deploy
61
76
  needs: [test]
package/package.json CHANGED
@@ -39,5 +39,5 @@
39
39
  "pg": "^8.16.3",
40
40
  "semantic-release": "^24.2.0"
41
41
  },
42
- "version": "3.13.0"
42
+ "version": "3.14.0"
43
43
  }