summaryrefslogtreecommitdiffstats
path: root/integrations/templates/setup/sample-go-config.md
blob: 8be9abb5f9483525d47c2204235466ea2918fbea (plain)
1
2
3
4
5
6
7
8
9
The file format is YAML. Generally, the structure is:

```yaml
update_every: 1
autodetection_retry: 0
jobs:
  - name: some_name1
  - name: some_name1
```