-
Notifications
You must be signed in to change notification settings - Fork 175
Expand file tree
/
Copy pathrepository.datadog.yml
More file actions
40 lines (40 loc) · 1.18 KB
/
repository.datadog.yml
File metadata and controls
40 lines (40 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
schema-version: v1
kind: mergequeue
team: rum-browser
to_staging_enable: true
---
schema-version: v1
kind: integration-branch
name: $CURRENT_STAGING
team: rum-browser
update_automatically: false # update_automatically is updating the integration branch on a schedule, instead we're updating it in a CI job for any commit to the base branch.
reset_pattern: '' # use `staging-reset.js` instead so that a new staging branch is created weekly
contacts:
- type: slack
contact: browser-sdk-deploy
---
schema-version: v1
kind: integration-branch
name: v7
team: rum-browser
ephemeral: false
update_automatically: false # update_automatically is updating the integration branch on a schedule, instead we're updating it in a CI job for any commit to the base branch.
reset_pattern: '' # This branch should never be reseted
hide_reset_branch_instructions_on_conflict: true
contacts:
- type: slack
contact: browser-sdk-deploy
---
schema-version: v1
kind: buildimpactanalysis
team: ci-platforms
enabled_strategies:
- yarn_berry_strategy
preprocess: true
---
schema-version: v2
kind: adms # Automated Dependency Management Service
auto-version-updates:
disabled:
reason: We use renovate for now