-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.yml
44 lines (38 loc) · 994 Bytes
/
settings.yml
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
41
42
43
44
---
repository:
name: prometheus-hcloud-sd
description: Prometheus Service Discovery for Hetzner Cloud
homepage: https://promhippie.github.io/prometheus-hcloud-sd/
topics: prometheus, service, discovery, sd, service-discovery, prometheus-exporter, hetzner, hcloud
private: false
has_issues: true
has_wiki: false
has_downloads: false
default_branch: master
allow_squash_merge: true
allow_merge_commit: true
allow_rebase_merge: true
allow_update_branch: true
allow_auto_merge: true
delete_branch_on_merge: true
enable_automated_security_fixes: true
enable_vulnerability_alerts: true
branches:
- name: master
protection:
required_pull_request_reviews: null
required_status_checks:
strict: true
contexts:
- testing
enforce_admins: false
restrictions:
apps:
- renovate
- promhippie
users: []
teams:
- admins
- bots
- members
...