This website requires JavaScript.
Explore
Sign In
mirror
/
renovate
mirror of
https://github.com/renovatebot/renovate
Watch
2
Star
0
Fork
You've already forked renovate
0
Code
Releases
Activity
237ee1b18e
renovate
/
.gitignore
9 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore node modules
2016-12-18 00:11:23 -07:00
/node_modules
Large refactor of config and helpers
2017-01-11 05:19:59 -07:00
/config.js
Add istanbul
2017-01-12 08:51:15 -07:00
/coverage
Use async await (#78) All promise syntax has been replaced with async/await. `renovate` is now transpiled with `babel` to a `dist/` folder, which is the target of `main` and `start` in `package.json` now. `renovate` can be run in `node.js` v7 without transpilation using `npm run start-raw` Closes #77
2017-01-31 04:19:06 -07:00
/dist
refactor: jest caching (#388)
2017-06-29 11:37:45 -06:00
/tmp
Major refactor to add npm tests (#24)
2017-01-12 09:04:25 -07:00
.DS_Store
chore: re-enable jest cache (#400)
2017-06-30 08:02:40 -06:00
.cache
refactor: jest caching (#388)
2017-06-29 11:37:45 -06:00
/*.log