We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2823bfc commit aad03d0Copy full SHA for aad03d0
.release.yml
@@ -1,11 +1,15 @@
1
name: "policy-as-code"
2
+repository: "advanced-security/policy-as-code"
3
version: "2.9.1"
4
5
+ecosystems:
6
+ - Python
7
+
8
locations:
9
- name: "Update Docs"
10
paths:
11
- "*.md"
12
+ - "docs/*.md"
13
patterns:
- - 'advanced-security/policy-as-code@v([0-9]\.[0-9]\.[0-9])'
- - '--branch "v([0-9]\.[0-9]\.[0-9])"'
-
14
+ - "{repository}@v{version}"
15
+ - '--branch "v{version}"'
0 commit comments